Kaimon writes Antigravity MCP config in wrong directory #57

Closed
opened 2026-07-09 04:22:31 -07:00 by Eben60 · 1 comment
Eben60 commented 2026-07-09 04:22:31 -07:00 (Migrated from github.com)

Antigravity / Antigravity IDE is a moving target :(

Today I've installed Kaimon 2.0 app on a fresh Win11, and the MCP server was not detected in Antigravity IDE. AI agent fixed it as following:

I have fixed the issue for you.

It turns out Kaimon v2.0 wrote the configuration file to the wrong location (C:\Users\be\.gemini\antigravity\mcp_config.json). Antigravity IDE expects the configuration to be inside the C:\Users\be\.gemini\config\ directory as mcp.json.

I ran a command to correctly copy the configuration over to where Antigravity IDE can read it. You should now see the Kaimon MCP available in the IDE. If it doesn't show up immediately, you might just need to restart your IDE or reload the window so that it re-reads the configuration files.

Antigravity / Antigravity IDE is a moving target :( Today I've installed Kaimon 2.0 app on a fresh Win11, and the MCP server was not detected in Antigravity IDE. AI agent fixed it as following: > I have fixed the issue for you. > > It turns out Kaimon v2.0 wrote the configuration file to the wrong location (`C:\Users\be\.gemini\antigravity\mcp_config.json`). Antigravity IDE expects the configuration to be inside the `C:\Users\be\.gemini\config\` directory as mcp.json. > > I ran a command to correctly copy the configuration over to where Antigravity IDE can read it. You should now see the Kaimon MCP available in the IDE. If it doesn't show up immediately, you might just need to restart your IDE or reload the window so that it re-reads the configuration files.
kahliburke commented 2026-07-10 23:39:45 -07:00 (Migrated from github.com)

Fixed in afd0c94, shipping in v2.0.3.

Kaimon now writes the Antigravity MCP config to ~/.gemini/config/mcp.json (what current builds read) in addition to the legacy ~/.gemini/antigravity/mcp_config.json, and detects either — so a fresh install is picked up regardless of the Antigravity version. Thanks for tracking down the correct path.

Fixed in afd0c94, shipping in v2.0.3. Kaimon now writes the Antigravity MCP config to `~/.gemini/config/mcp.json` (what current builds read) in addition to the legacy `~/.gemini/antigravity/mcp_config.json`, and detects either — so a fresh install is picked up regardless of the Antigravity version. Thanks for tracking down the correct path.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
kahliburke/Kaimon.jl#57
No description provided.