Skip to content
Zed

Planform MCP Server for Zed

io.github.shirbarzur/planform-mcp

Create and manage Planform UML diagrams, nodes, and links. For VS Code and Cursor.

client:Zed transport:stdio runtime:npm

Install Planform MCP Server in Zed

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

{
  "context_servers": {
    "planform-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@shirbarzur/planform-mcp-server"
      ]
    }
  }
}

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

Planform MCP Server in other clients