Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ganglia/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Ganglia CLI
63 MCP tools + Code Mode for every major AI coding assistant.
Install
npm install -g @ganglia/clior use via npx:
npx @ganglia/cli --versionUse
cd /your/project
gng init . # local-first, zero setup
gng --helpgng init auto-detects every AI client installed on your machine and wires Ganglia into each one's MCP config in a single pass. Idempotent — re-run anytime.
Supported clients
| Client | Config target |
|---|---|
| Claude Code | ~/.claude.json + ~/.claude/settings.json |
| Cursor | ~/.cursor/mcp.json |
| Windsurf | ~/.codeium/windsurf/mcp_config.json |
| Cline | VS Code globalStorage (Linux/macOS/VSCodium) |
| OpenCode | ~/.config/opencode/config.json |
| Continue.dev | ~/.continue/config.json |
| Zed | ~/.config/zed/settings.json (context_servers) |
| Codex CLI | ~/.codex/config.toml |
| Gemini CLI | ~/.gemini/settings.json |
Missing your client? Open an issue and we'll add a writer.
The binary exposes 63 tools (call graph, semantic search, cross-session memory, gng_run Code Mode) over the Model Context Protocol.
Docs
- Landing — https://ganglia.dev
- Tools reference — https://ganglia.dev/tools
- Code Mode (
gng_run) — https://ganglia.dev/docs/code-mode - Changelog — https://ganglia.dev/changelog
License
Proprietary. Free during public beta.