npm @aesthetic.computer/mcpstdioupdated 7d ago
A platform for creative computing — web runtime, bare-metal OS, social network, and federated ATProto node. Type a piece name at the prompt and something happens.
aesthetic computer で何ができる?
Aesthetic Computer
A platform for creative computing — web runtime, bare-metal OS, social network, and federated ATProto node. Type a piece name at the prompt and something happens.
Try: notepat, boyfriend, chat, list
Repo
This is the monorepo. Everything lives here — the web client, session server, KidLisp language, native OS, desktop app, deployment scripts, and 359 built-in pieces.
Score
Each major subsystem has a SCORE.md — the process knowledge for authors and LLMs working in that area. Scores document architecture, commands, conventions, and project direction.
- SCORE.md — root (the whole platform)
- fedac/SCORE.md — fedac (bare-metal OS)
- fedac/native/SCORE.md — ac-native (C runtime)
- papers/SCORE.md — papers and research
- system/public/opinion/SCORE.md — opinion
Home
- Tangled (canonical): https://tangled.org/aesthetic.computer/core
- GitHub (deprecated read-only mirror): https://github.com/whistlegraph/aesthetic-computer
Self-hosted on knot.aesthetic.computer.
Identity
Built by @jeffrey — did:plc:k3k3wknzkcnekbnyde4dbatz
インストール
aesthetic computer をクライアントに追加します。お使いのものを選んでください。
claude mcp add mcp -- npx -y @aesthetic.computer/mcpcodex mcp add mcp -- npx -y @aesthetic.computer/mcpamp mcp add mcp -- npx -y @aesthetic.computer/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@aesthetic.computer/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@aesthetic.computer/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp","command":"npx","args":["-y","@aesthetic.computer/mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@aesthetic.computer/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@aesthetic.computer/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@aesthetic.computer/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@aesthetic.computer/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@aesthetic.computer/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @aesthetic.computer/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
スコア
39 / 100
情報不足
- ドキュメント11/25
- メンテナンス19/25
- 信頼性6/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.1最新 | 2026年2月12日 |