Developer Tools
Trust: 25/100 (Limited)Planform MCP Server Guide
Create and manage Planform UML diagrams, nodes, and links. For VS Code and Cursor.
Quick Start
Install
npx @shirbarzur/planform-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-shirbarzur-planform-mcp": {
"command": "npx",
"args": [
"@shirbarzur/planform-mcp-server"
]
}
}
}