Your assistant, architecture-aware.
Atlas runs as a Model Context Protocol server your AI assistant calls directly — nine tools over stdio, zero install.
One config block.
Your AI gains a sixth sense.
Atlas ships as a Model Context Protocol server. Drop it into Claude Code, Cursor, Windsurf — anything that speaks MCP — and your assistant gets nine new tools for reasoning about your repo.
{
"mcpServers": {
"atlas": {
"command": "npx",
"args": ["-y", "@atlas/mcp"],
"env": {
"ATLAS_API_KEY": "atlas_sk_your_key_here"
}
}
}
}atlas_statusWhere the server is pointed, when it last audited.
atlas_should_recheckConvention trigger — the assistant calls this after every edit.
atlas_scanRe-pull the connected repo and rebuild a fresh graph on the server.
atlas_auditFull AI audit. Health score 0–100, top risks, file:line citations.
atlas_last_auditRead the most recent audit from cache. Free, no AI call.
atlas_list_issuesDeterministic issues — cycles, god components, dead code, duplicates.
atlas_search_symbolLocate any symbol in the graph by substring.
atlas_examine_nodeAI-examine one symbol with full source + direct neighbours.
atlas_impactBlast-radius: direct + transitive dependents before a refactor.
Nine tools, one server.
The same engine that powers the dashboard, exposed to Claude Code, Cursor and Windsurf over a single stdio connection.
scan · examine
Index a repository into a typed knowledge graph and inspect any symbol — its dependencies, fan-in/out and complexity.
audit · security
Run the architectural detectors and the security scan, then return only the issues that matter — structured, not raw source.
impact · trace
Ask what a change touches before you make it. Blast-radius analysis across the live graph, in a single call.
context · explain
Bounded, structured context for any node — so your assistant reasons about real architecture instead of guessing.
# add Atlas to any stdio MCP client npx -y @atlas/mcp
Stop feeding AI snippets.
Hand it the whole architecture.
Connect a repo, turn on live audits, plug the graph into your editor — and let your team and your AI finally work from the same map. Free to start, built for the codebase you'll have in a year.