antigravity-limit-remover

mvp-studio-io/antigravity-limit-remover
★ 0 stars Python 💻 Code/Dev Tools Updated 1d ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "antigravity-limit-re": {
      "command": "uvx",
      "args": [
        "antigravity-limit-remover"
      ]
    }
  }
}

Or install with pip: pip install antigravity-limit-remover

Topics

antigravitybinary-patchlanguage-servermcpmodel-context-protocolpythontool-limit