contract ops mcp for Cursor
io.github.drbaher/contract-ops-mcp
One MCP server for the contract-ops suite: all nine local-first CLIs as agent tools.
client:Cursor
transport:stdio
runtime:npm
Install contract ops mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"contract-ops-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"contract-ops-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs