PluginBench
MCP Server
Active
MIT

io.github.PyModel/claude-agy-mcp MCP Server

io.github.PyModel/claude-agy-mcp

What is the io.github.PyModel/claude-agy-mcp MCP server?

Delegate heavy tasks from Claude Code to the Antigravity CLI (Gemini) with quota-aware failover.

How to install io.github.PyModel/claude-agy-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AGY_PATH

    Path to the agy binary (defaults to `agy` on PATH)

  • AGY_TIMEOUT

    Override the runtime ceiling for all tools, in seconds (use AGY_TIMEOUT_<TOOL> to override a single tool)

  • AGY_MAX_RUNTIME

    Absolute runtime ceiling in seconds (default 3600); the bridge does not kill on inactivity, only on cancellation, quota exhaustion, or this ceiling

  • AGY_MAX_OUTPUT_CHARS

    Truncation cap for tool output, in characters (default 50000)

  • AGY_DEFAULT_MODEL

    Fallback model when no chain entry is available (defaults to Gemini 3.6 Flash (High))

  • AGY_ON_FAILURE

    Set to `strict` to instruct the calling agent not to absorb failed delegations (default `fallback`)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "claude-agy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pymodel/claude-agy-mcp"
      ],
      "env": {
        "AGY_PATH": "<YOUR_AGY_PATH>",
        "AGY_TIMEOUT": "<YOUR_AGY_TIMEOUT>",
        "AGY_MAX_RUNTIME": "<YOUR_AGY_MAX_RUNTIME>",
        "AGY_MAX_OUTPUT_CHARS": "<YOUR_AGY_MAX_OUTPUT_CHARS>",
        "AGY_DEFAULT_MODEL": "<YOUR_AGY_DEFAULT_MODEL>",
        "AGY_ON_FAILURE": "<YOUR_AGY_ON_FAILURE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "claude-agy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pymodel/claude-agy-mcp"
      ],
      "env": {
        "AGY_PATH": "<YOUR_AGY_PATH>",
        "AGY_TIMEOUT": "<YOUR_AGY_TIMEOUT>",
        "AGY_MAX_RUNTIME": "<YOUR_AGY_MAX_RUNTIME>",
        "AGY_MAX_OUTPUT_CHARS": "<YOUR_AGY_MAX_OUTPUT_CHARS>",
        "AGY_DEFAULT_MODEL": "<YOUR_AGY_DEFAULT_MODEL>",
        "AGY_ON_FAILURE": "<YOUR_AGY_ON_FAILURE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-agy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pymodel/claude-agy-mcp"
      ],
      "env": {
        "AGY_PATH": "<YOUR_AGY_PATH>",
        "AGY_TIMEOUT": "<YOUR_AGY_TIMEOUT>",
        "AGY_MAX_RUNTIME": "<YOUR_AGY_MAX_RUNTIME>",
        "AGY_MAX_OUTPUT_CHARS": "<YOUR_AGY_MAX_OUTPUT_CHARS>",
        "AGY_DEFAULT_MODEL": "<YOUR_AGY_DEFAULT_MODEL>",
        "AGY_ON_FAILURE": "<YOUR_AGY_ON_FAILURE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "claude-agy-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pymodel/claude-agy-mcp"
      ],
      "env": {
        "AGY_PATH": "<YOUR_AGY_PATH>",
        "AGY_TIMEOUT": "<YOUR_AGY_TIMEOUT>",
        "AGY_MAX_RUNTIME": "<YOUR_AGY_MAX_RUNTIME>",
        "AGY_MAX_OUTPUT_CHARS": "<YOUR_AGY_MAX_OUTPUT_CHARS>",
        "AGY_DEFAULT_MODEL": "<YOUR_AGY_DEFAULT_MODEL>",
        "AGY_ON_FAILURE": "<YOUR_AGY_ON_FAILURE>"
      }
    }
  }
}
Claude Code
claude mcp add claude-agy-mcp --env AGY_PATH=<YOUR_AGY_PATH> --env AGY_TIMEOUT=<YOUR_AGY_TIMEOUT> --env AGY_MAX_RUNTIME=<YOUR_AGY_MAX_RUNTIME> --env AGY_MAX_OUTPUT_CHARS=<YOUR_AGY_MAX_OUTPUT_CHARS> --env AGY_DEFAULT_MODEL=<YOUR_AGY_DEFAULT_MODEL> --env AGY_ON_FAILURE=<YOUR_AGY_ON_FAILURE> -- npx -y @pymodel/claude-agy-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →