contract ops mcp for Zed
io.github.drbaher/contract-ops-mcp
One MCP server for the contract-ops suite: all nine local-first CLIs as agent tools.
client:Zed
transport:stdio
runtime:npm
Install contract ops mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"contract-ops-mcp": {
"command": "npx",
"args": [
"-y",
"contract-ops-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs