Antigravity Bypass
Antigravity IDE MCP tool limit (100 -> 114514). Auto-detect installation, patch JS frontend & language server binary. Cross-platform support for Windows, Linux, macOS.。
What is Antigravity Bypass?
Antigravity Bypass is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to antigravity ide mcp tool limit (100 -> 114514). auto-detect installation, patch js frontend & language server binary. cross-platform support for windows, linux, macos.。
Antigravity IDE MCP tool limit (100 -> 114514). Auto-detect installation, patch JS frontend & language server binary. Cross-platform support for Windows, Linux, macOS.。
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Antigravity IDE MCP tool limit (100 -> 114514). Auto-detect
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx antigravity-bypassConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Antigravity Bypass
Antigravity Bypass is a Go-based command-line utility that patches the Antigravity IDE to remove its hardcoded MCP tool count limit of 100, raising it to 114,514. It uses automatic pattern detection to find and modify the relevant JavaScript frontend bundle and language server binary without requiring manual signature updates, and creates backup files so the patch can be reversed. Developers who use Antigravity IDE and need to connect more than 100 MCP tools simultaneously will use this tool to eliminate that restriction across Windows, Linux, and macOS.
Prerequisites
- Antigravity IDE installed on your system (Windows, Linux, or macOS)
- Go 1.21+ if building from source (pre-built binaries available from the releases page)
- Administrator or sufficient file-system permissions to modify the IDE's installation directory
- Antigravity IDE must be fully quit before running the patcher
Download the pre-built binary
Download the latest release binary for your platform from the GitHub releases page. This is the fastest way to get started without needing Go installed.
# Visit: https://github.com/Futureppo/antigravity_bypass/releases
# Download the binary for your OS and make it executable (Linux/macOS):
chmod +x antigravity_bypassAlternatively, build from source
If you prefer to build from source or need a custom target architecture, clone the repo and build with Go.
git clone https://github.com/Futureppo/antigravity_bypass.git
cd antigravity_bypass
go build -ldflags="-s -w" -o antigravity_bypass .Fully quit Antigravity IDE
Before running the patcher, make absolutely sure Antigravity IDE is not running — not just the window closed, but the process fully terminated. Check your system task manager or Activity Monitor.
Run the patcher
Execute the binary. It will auto-detect the Antigravity IDE installation path. If auto-detection fails, provide the path via the ANTIGRAVITY_DIR environment variable.
# Auto-detect (most cases):
./antigravity_bypass
# Manual path if auto-detect fails:
ANTIGRAVITY_DIR="/opt/Antigravity" ./antigravity_bypassFollow the on-screen menu and relaunch IDE
The interactive menu will show patch and restore options. Select the patch option. After patching completes, relaunch Antigravity IDE — you can now register more than 100 MCP tools.
Antigravity Bypass Examples
Client configuration
There is no MCP client config for this tool — it is a standalone patcher. Example invocations for different platforms.
{
"_note": "antigravity-bypass is a standalone patcher, not an MCP server. Run it from the command line before launching Antigravity IDE.",
"usage": {
"linux_macos": "./antigravity_bypass",
"custom_path": "ANTIGRAVITY_DIR=/opt/Antigravity ./antigravity_bypass",
"windows_build": "GOOS=windows GOARCH=amd64 go build -ldflags='-s -w' -o antigravity_bypass_win_x64.exe ."
}
}Prompts to try
After patching, you can register many more MCP servers in Antigravity IDE. Examples of what becomes possible.
- Register 150+ MCP tools across filesystem, browser, database, and API servers simultaneously
- Connect all your team's internal MCP servers without hitting the 100-tool cap
- Use the restore option to revert the patch: run ./antigravity_bypass and select 'restore'
- After an IDE update, re-run ./antigravity_bypass to re-apply the patch (backups are preserved)Troubleshooting Antigravity Bypass
Auto-detection fails — IDE installation path not found
Set the ANTIGRAVITY_DIR environment variable to your IDE's installation directory. The tool appends 'resources/app' automatically, so point it to the root IDE directory: ANTIGRAVITY_DIR="/Applications/Antigravity.app/Contents" ./antigravity_bypass
Patch is reverted after an IDE update
IDE updates overwrite the patched files. Re-run the patcher after every Antigravity IDE update. The tool's automatic pattern detection means it does not need to be updated itself between IDE versions.
Permission denied when patching
The patcher needs write access to the IDE installation directory. On Linux/macOS run with sudo if the IDE is installed system-wide. On Windows, run the binary as Administrator or from an elevated command prompt.
Frequently Asked Questions about Antigravity Bypass
What is Antigravity Bypass?
Antigravity Bypass is a Model Context Protocol (MCP) server that antigravity ide mcp tool limit (100 -> 114514). auto-detect installation, patch js frontend & language server binary. cross-platform support for windows, linux, macos.。 It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Antigravity Bypass?
Follow the installation instructions on the Antigravity Bypass GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Antigravity Bypass?
Antigravity Bypass works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Antigravity Bypass free to use?
Yes, Antigravity Bypass is open source and available under the AGPL-3.0 license. You can use it freely in both personal and commercial projects.
Antigravity Bypass Alternatives — Similar Developer Tools Servers
Looking for alternatives to Antigravity Bypass? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Antigravity Bypass in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Antigravity Bypass?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.