composer for Zed
io.github.olivergrabner/composer
Give your AI coding agent an architecture canvas to design and evolve diagrams.
client:Zed
transport:stdio
runtime:npm
Install composer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"composer": {
"command": "npx",
"args": [
"-y",
"@usecomposer/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs