CodeAtlas Enterprise
FreeNot checkedUltra-lightweight, local-first MCP server for AI-powered code intelligence, providing AST-based analysis and 20+ tools while ensuring zero data leakage.
About
Ultra-lightweight, local-first MCP server for AI-powered code intelligence, providing AST-based analysis and 20+ tools while ensuring zero data leakage.
README
Local-first MCP server for AI-powered codebase intelligence — AST analysis, dependency graphs, and semantic search. Your source code never leaves your machine.
🏗 Architecture
AI IDE → MCP stdio → Parser (AST) → Dependency Graph → Code Search
│
codeatlas-platform (HTTP) → Dreams + Genome
| Layer | Components |
|---|---|
| Parser | TypeScript, Python, PHP AST analysis |
| Graph | Dependency graph with chunked force layout |
| Search | Semantic code search with regex safety |
| Cloud | Optional: connect to codeatlas-platform for dreams/genome |
📊 Architecture Diagrams
| Diagram | File |
|---|---|
| MCP Server Flow | diagrams/mcp-server.mmd |
🔧 Quick Start
pnpm install
pnpm run build
# Local-only mode (no cloud):
node dist/index.js
# With cloud connection:
CODEATLAS_API_URL=http://localhost:8080 CODEATLAS_API_KEY=xxx node dist/index.js
📡 MCP Tools (30)
| Category | Tools |
|---|---|
| Code Analysis | analyze_project, code_search, file_info |
| AST | parse_file, find_symbol, get_dependencies |
| Graphs | dependency_graph, call_graph |
| Security | scan_vulnerabilities |
| Cloud | save_dream_memory, query_dream_memories, sync_dreams |
| Skills | search_skills, get_skill, install_skill |
🔗 Cloud Connection
Set CODEATLAS_API_URL and CODEATLAS_API_KEY to connect to a running codeatlas-platform instance for:
- Dream memory persistence
- Genome immune system
- Skills synchronization
Install CodeAtlas Enterprise in Claude Desktop, Claude Code & Cursor
unyly install codeatlas-mcp-enterpriseInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add codeatlas-mcp-enterprise -- npx -y codeatlas-mcp-enterpriseFAQ
Is CodeAtlas Enterprise MCP free?
Yes, CodeAtlas Enterprise MCP is free — one-click install via Unyly at no cost.
Does CodeAtlas Enterprise need an API key?
No, CodeAtlas Enterprise runs without API keys or environment variables.
Is CodeAtlas Enterprise hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install CodeAtlas Enterprise in Claude Desktop, Claude Code or Cursor?
Open CodeAtlas Enterprise on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare CodeAtlas Enterprise with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
