openroad mcp for Zed
io.github.the-openroad-project/openroad-mcp
The OpenROAD MCP server - interactive EDA sessions via Model Context Protocol
client:Zed
transport:stdio
runtime:npm
Install openroad mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"openroad-mcp": {
"command": "npx",
"args": [
"-y",
"openroad-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs