claude agy mcp for Cursor
io.github.pymodel/claude-agy-mcp
Delegate heavy tasks from Claude Code to the Antigravity CLI (Gemini) with quota-aware failover.
client:Cursor
transport:stdio
runtime:npm
Install claude agy mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"claude-agy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pymodel/claude-agy-mcp"
],
"env": {
"AGY_PATH": "<AGY_PATH>",
"AGY_TIMEOUT": "<AGY_TIMEOUT>",
"AGY_MAX_RUNTIME": "<AGY_MAX_RUNTIME>",
"AGY_MAX_OUTPUT_CHARS": "<AGY_MAX_OUTPUT_CHARS>",
"AGY_DEFAULT_MODEL": "<AGY_DEFAULT_MODEL>",
"AGY_ON_FAILURE": "<AGY_ON_FAILURE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs