Server data from the Official MCP Registry
Delegate heavy tasks from Claude Code to the Antigravity CLI (Gemini) with quota-aware failover.
Delegate heavy tasks from Claude Code to the Antigravity CLI (Gemini) with quota-aware failover.
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: AGY_PATH
Environment variable: AGY_TIMEOUT
Environment variable: AGY_MAX_OUTPUT_CHARS
Environment variable: AGY_DEFAULT_MODEL
Environment variable: AGY_ON_FAILURE
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"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.