Antigravity Bypass

v1.0.0Developer Toolsstable

Antigravity IDE MCP tool limit (100 -> 114514). Auto-detect installation, patch JS frontend & language server binary. Cross-platform support for Windows, Linux, macOS.。

antigravityantigravity-idemcp-toolstool-limit
Share:
30
Stars
0
Downloads
0
Weekly
0/5

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

Extend Antigravity IDE tool limit from 100 to 114514 with auto-detection.
Patch JavaScript frontend and language server across Windows, Linux, macOS.
Remove IDE-imposed tool restrictions for unlimited MCP tool access.
Futureppo

Maintainer

LicenseAGPL-3.0
Languagego
Versionv1.0.0
UpdatedMay 17, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx antigravity-bypass

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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_bypass
2

Alternatively, 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 .
3

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.

4

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_bypass
5

Follow 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.

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.

Quick Config Preview

{ "mcpServers": { "antigravity-bypass": { "command": "npx", "args": ["-y", "antigravity-bypass"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides