Remove the hardcoded 100 MCP tool limit from Antigravity's language server. Binary patch: JLE → JMP. Supports ELF (Linux/WSL) and PE (Windows). Zero dependencies.
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-limit-re": {
"command": "uvx",
"args": [
"antigravity-limit-remover"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add antigravity-limit-re uvx antigravity-limit-remover
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"antigravity-limit-re": {
"command": "uvx",
"args": [
"antigravity-limit-remover"
]
}
}
}
📋 Copy
Or install with pip: pip install antigravity-limit-remover