Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.supermodeltools.com/llms.txt

Use this file to discover all available pages before exploring further.

Starts a stdio MCP server that exposes Supermodel graph analysis as tools to MCP-compatible hosts.

Synopsis

supermodel mcp [flags]

Flags

FlagDescription
--repoPath to the repository root (default .)
-h, --helpHelp for mcp

Exposed tools

ToolDescription
analyzeUpload repo and run full analysis
dead_codeFind functions with no callers
blast_radiusFind files affected by a change
get_graphReturn a filtered graph slice

Example

Add to ~/.claude/config.json:
{
  "mcpServers": {
    "supermodel": {
      "command": "supermodel",
      "args": ["mcp"]
    }
  }
}