RvtMcp for Zed
io.github.bimwright/rvt-mcp
MCP gateway for Autodesk Revit 2022-2027 - toolset gating + Transaction-safe batch execution.
client:Zed
transport:stdio
runtime:nuget
Install RvtMcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"rvt-mcp": {
"command": "dnx",
"args": [
"RvtMcp.Server",
"--yes"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs