Skip to content
Zed

mcp-architector for Zed

io.github.thesharque/mcp-architector

MCP server for architecture and system design. Store and manage project architecture locally.

client:Zed transport:stdio runtime:npm

Install mcp-architector in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-architector": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-architector"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp-architector in other clients