Odel
composer mcp

composer mcp

Local
@olivergrabner4TypeScriptMITUpdated 5mo ago

Give your AI coding agent an architecture canvas to design and evolve diagrams.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@usecomposer/mcpv0.1.7

Run

npx -y @usecomposer/mcp

MCP client config

{
  "mcpServers": {
    "composer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@usecomposer/mcp"
      ]
    }
  }
}