Back to Browse

Agy Bridge MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.8
Use Caution4.8High Risk

agy-bridge is a well-structured MCP server that safely delegates tasks to the Antigravity CLI. The codebase demonstrates solid security practices: no hardcoded credentials, proper error handling, and careful input validation. Permissions are appropriately scoped to the server's purpose (network access for model queries, process spawning for agy, filesystem access for project files). Minor code quality observations exist but do not present security concerns. Supply chain analysis found 6 known vulnerabilities in dependencies (2 critical, 3 high severity). Package verification found 1 issue.

7 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

process_spawn

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

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

Environment variable: AGY_PATH

Override the per-tool timeouts, in secondsOptional

Environment variable: AGY_TIMEOUT

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

Environment variable: AGY_MAX_OUTPUT_CHARS

Fallback model when no chain entry is availableOptional

Environment variable: AGY_DEFAULT_MODEL

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

Environment variable: AGY_ON_FAILURE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-sshahzaiib-agy-bridge": {
      "env": {
        "AGY_PATH": "your-agy-path-here",
        "AGY_TIMEOUT": "your-agy-timeout-here",
        "AGY_ON_FAILURE": "your-agy-on-failure-here",
        "AGY_DEFAULT_MODEL": "your-agy-default-model-here",
        "AGY_MAX_OUTPUT_CHARS": "your-agy-max-output-chars-here"
      },
      "args": [
        "-y",
        "agy-bridge"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!