draw flow mcp server for Zed
io.github.hj1003862396/draw-flow-mcp-server
MCP server for Next AI Draw.io - AI-powered diagram generation with real-time browser preview
client:Zed
transport:stdio
runtime:npm
Install draw flow mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"draw-flow-mcp-server": {
"command": "npx",
"args": [
"-y",
"@io.github.hj1003862396/draw-flow-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs