MCP Server
The Supermodel MCP server gives AI coding agents instant, sub-second access to your codebase’s call graph, dependency graph, and domain structure — without loading files into context.Understand an unfamiliar codebase
Understand an unfamiliar codebase
Trace a call chain
Trace a call chain
Find who calls a function (callers)
Find who calls a function (callers)
Discover related symbols in a file
Discover related symbols in a file
Identify subsystem boundaries
Identify subsystem boundaries
Impact analysis before a refactor
Impact analysis before a refactor
TypeScript SDK
The TypeScript SDK (@supermodeltools/sdk) wraps the Supermodel API with automatic async polling, ZIP compression, and full type definitions.
Generate a dependency graph from a local repo
Generate a dependency graph from a local repo
Generate a call graph
Generate a call graph
Generate a domain graph
Generate a domain graph
Run all graph types and save results
Run all graph types and save results
Add Supermodel analysis to a CI pipeline
Add Supermodel analysis to a CI pipeline
Use abort signals for timeout control
Use abort signals for timeout control
Direct API (curl)
Use these prompts to interact with the Supermodel API directly from your terminal.Submit a dependency graph job
Submit a dependency graph job
Poll for job completion
Poll for job completion
Generate a call graph via curl
Generate a call graph via curl
Parse a repo into an AST representation
Parse a repo into an AST representation
arch-docs GitHub Action
The arch-docs action auto-generates a full static architecture documentation website from your codebase on every push.Add arch-docs to a repo
Add arch-docs to a repo
Generate docs on pull requests
Generate docs on pull requests
Customize the output directory
Customize the output directory
Use arch-docs outputs in a downstream step
Use arch-docs outputs in a downstream step
dead-code-hunter GitHub Action
The dead-code-hunter action uses Supermodel’s static analysis to detect unreachable functions, unused exports, and orphaned files on every pull request.Add dead code detection to PRs
Add dead code detection to PRs
Set a failure threshold
Set a failure threshold
Ignore generated or vendored files
Ignore generated or vendored files
Run dead code detection on a schedule
Run dead code detection on a schedule
bigiron — Autonomous SDLC
bigiron is an autonomous software development lifecycle system that uses Supermodel code graphs to plan, validate, and implement changes across an 8-phase cycle.Run a full autonomous development cycle
Run a full autonomous development cycle
Check codebase health before a change
Check codebase health before a change
Automated refactoring with architectural guardrails
Automated refactoring with architectural guardrails
Blast radius analysis before implementation
Blast radius analysis before implementation
Validate new code against existing architecture
Validate new code against existing architecture
mcpbr — MCP Benchmark Runner
mcpbr measures whether an MCP server actually improves LLM agent performance using controlled A/B comparisons against SWE-bench tasks.Run a baseline benchmark
Run a baseline benchmark
Add benchmark regression detection to CI
Add benchmark regression detection to CI
Run benchmarks in Docker for reproducibility
Run benchmarks in Docker for reproducibility
Send benchmark results to Slack
Send benchmark results to Slack
Uncompact — Context Reinjection for Claude Code
Uncompact automatically reinjects Supermodel architectural context back into Claude Code sessions after compaction events, keeping AI reasoning sharp across long sessions.Install and configure Uncompact
Install and configure Uncompact
Adjust the token budget
Adjust the token budget
Check what context was reinjected
Check what context was reinjected
Debug a degraded session after compaction
Debug a degraded session after compaction
Cross-Tool Workflows
Prompts that combine multiple Supermodel tools together.Full onboarding workflow for a new codebase
Full onboarding workflow for a new codebase
Pre-merge review pipeline
Pre-merge review pipeline
Set up a fully automated code quality pipeline
Set up a fully automated code quality pipeline
Autonomous refactor with safety checks
Autonomous refactor with safety checks