★ 22 stars
Go
💻 Code/Dev Tools
Updated 12d ago
Antigravity IDE MCP tool limit (100 -> 114514). Auto-detect installation, patch JS frontend & language server binary. Cross-platform support for Windows, Linux, macOS.。
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"antigravity_bypass": {
"command": "go",
"args": [
"run",
"github.com/Futureppo/antigravity_bypass@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add antigravity_bypass go run github.com/Futureppo/antigravity_bypass@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"antigravity_bypass": {
"command": "go",
"args": [
"run",
"github.com/Futureppo/antigravity_bypass@latest"
]
}
}
}
📋 Copy
Topics
antigravity antigravity-ide mcp-tools tool-limit