supermodeltools/cli
CLI for giving AI coding agents a map of your codebase — call graphs, dependency graphs, dead code detection, and blast radius analysis.
Platform-specific configuration:
{
"mcpServers": {
"cli": {
"command": "npx",
"args": [
"-y",
"cli"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](#installation) [](http://supermodeltools.com) [](https://api.supermodeltools.com)
Give your AI coding agent a map of your codebase.
Supermodel CLI connects Claude Code, Codex, and other AI agents to the Supermodel API — providing call graphs, dependency graphs, dead code detection, and blast radius analysis as live context during your sessions.
---
| | | |---|---| | Website | supermodeltools.com | | API Docs | api.supermodeltools.com | | Dashboard | dashboard.supermodeltools.com | | Twitter / X | @supermodeltools | | Contact | abe@supermodel.software |
---
| Feature | Description | |---|---| | Graph pregeneration | Analyze your repo upfront so your agent has instant access to call and dependency graphs without waiting mid-task | | Dead code detection | Surface functions and files with no callers across TypeScript, JavaScript, Python, Go, Rust, and more | | Blast radius | Before making a change, show which files and functions would be affected downstream | | Token efficiency | Ship only the graph slices relevant to the current task — not the whole repo — keeping context lean | | Agent integration | Plug directly into Claude Code, Codex, and Hermes as a context tool |
---
# placeholder: brew install supermodeltools/tap/supermodel# placeholder: install script
curl -fsSL https://supermodeltools.com/install.sh | shLoading reviews...