Skip to content
VS Code

Planform MCP Server for VS Code

io.github.shirbarzur/planform-mcp

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

client:VS Code transport:stdio runtime:npm

Install Planform MCP Server in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Planform MCP Server in other clients