anhnv02/catlas
Advanced MCP Server that transforms complex codebases into structured knowledge graphs, empowering AI Agents with deep codebase intelligence.
Platform-specific configuration:
{
"mcpServers": {
"catlas": {
"command": "npx",
"args": [
"-y",
"catlas"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Graph-powered code intelligence for AI agents.
Catlas is a high-performance code analysis engine that transforms complex repositories into structured knowledge graphs. Built for the era of agentic coding, it enables AI agents to understand architecture, reason about dependencies, and navigate codebases with expert-level precision.
---
---
Install globally via npm:
npm install -g @anhnguyen02/catlasOr run directly using npx:
npx @anhnguyen02/catlas analyze---
Initialize the knowledge engine and build the graph for your current directory:
catlas analyzeFind execution flows or concepts using the query tool:
catlas query "authentication flow"Get a 360-degree view of any code symbol (callers, callees, and functional neighbors):
catlas context "validateUser"---
Catlas operates in three main phases:
Loading reviews...