Skip to content

Commit b2163fe

Browse files
jgravelleclaude
andcommitted
docs: add Gemini CLI, Qwen Code, Kiro to the Works-with table
Three MCP-standard clients from a competitor's supported-agents list that the table didn't yet name. Config paths verified against each vendor's own docs (not lifted): Gemini CLI ~/.gemini/settings.json, Qwen Code ~/.qwen/settings.json, Kiro .kiro/settings/mcp.json -- all standard mcpServers stdio shape. Marked config-per-vendor-docs (not "tested by us"), with a note distinguishing Gemini CLI's settings.json from Antigravity's ~/.gemini/config/mcp_config.json. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 4d8a809 commit b2163fe

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ Then index a repo, ask your agent what it has indexed, and have it retrieve code
864864
865865
jCodeMunch is an MCP server — it plugs into **every major agent and IDE that speaks MCP**:
866866
867-
**Claude Code · Claude Desktop · Cursor · Windsurf · Codex CLI · Continue · Cline · Roo Code · Zed · Goose · Hermes Agent · Paperclip** — and more.
867+
**Claude Code · Claude Desktop · Cursor · Windsurf · Codex CLI · Continue · Cline · Roo Code · Zed · Goose · Hermes Agent · Paperclip · Gemini CLI · Qwen Code · Kiro** — and more.
868868
869869
Tested configurations:
870870
@@ -873,6 +873,9 @@ Tested configurations:
873873
| **Claude Code / Claude Desktop** | `jcodemunch-mcp init` (auto-detects and patches config) |
874874
| **Cursor / Windsurf / Continue** | `jcodemunch-mcp init` or manual `mcp.json` |
875875
| **Antigravity (Google)** | Add a `jcodemunch` entry to `~/.gemini/config/mcp_config.json` (shared by Antigravity 2.0 / IDE / CLI). See below. |
876+
| **Gemini CLI (Google)** | Add a `jcodemunch` entry under `mcpServers` in `~/.gemini/settings.json` (or project `.gemini/settings.json`) — a *different file* from Antigravity's `~/.gemini/config/mcp_config.json` above. *(config per [vendor docs](https://geminicli.com/docs/tools/mcp-server/))* |
877+
| **Qwen Code** | Add under `mcpServers` in `~/.qwen/settings.json` (or project `.qwen/settings.json`). *(config per [vendor docs](https://qwenlm.github.io/qwen-code-docs/en/users/features/mcp/))* |
878+
| **Kiro (AWS)** | Add under `mcpServers` in `.kiro/settings/mcp.json` (workspace) or `~/.kiro/settings/mcp.json` (user). *(config per [vendor docs](https://kiro.dev/docs/mcp/configuration/))* |
876879
| **OpenAI Codex CLI** | Add `[mcp_servers.jcodemunch]` block to `~/.codex/config.toml` (see below) |
877880
| **Cline / Roo Code** | Add via the MCP marketplace UI or paste `command: uvx`, `args: ["jcodemunch-mcp"]` |
878881
| **Zed** | Add to `settings.json` under `context_servers` |

0 commit comments

Comments
 (0)