codegraph is a standard MCP server (codegraph serve --mcp), so any MCP-capable agent or IDE can use it today by adding that command to the client's own MCP config manually. Adding a first-class --target (so codegraph install --target=X writes the right config file automatically) is small — roughly one new file in src/installer/targets/ plus a registry entry. PRs welcome.
Current first-class install targets: Claude Code, Cursor, Codex, opencode, Gemini, Kiro, Antigravity, Hermes.
This issue consolidates the individual install-target requests ahead of 1.0:
Each of these works now via manual MCP config — this tracks promoting them to a one-command install target. 👍 to signal demand.
codegraph is a standard MCP server (
codegraph serve --mcp), so any MCP-capable agent or IDE can use it today by adding that command to the client's own MCP config manually. Adding a first-class--target(socodegraph install --target=Xwrites the right config file automatically) is small — roughly one new file insrc/installer/targets/plus a registry entry. PRs welcome.Current first-class install targets: Claude Code, Cursor, Codex, opencode, Gemini, Kiro, Antigravity, Hermes.
This issue consolidates the individual install-target requests ahead of 1.0:
Each of these works now via manual MCP config — this tracks promoting them to a one-command install target. 👍 to signal demand.