Command Palette

Search for a command to run...

Home / Servers

codeatlas-mcp-server

by giauphan

CodeAtlas MCP Server

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
LayerComponents
ParserTypeScript, Python, PHP AST analysis
GraphDependency graph with chunked force layout
SearchSemantic code search with regex safety
CloudOptional: connect to codeatlas-platform for dreams/genome

📊 Architecture Diagrams

DiagramFile
MCP Server Flowdiagrams/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)

CategoryTools
Code Analysisanalyze_project, code_search, file_info
ASTparse_file, find_symbol, get_dependencies
Graphsdependency_graph, call_graph
Securityscan_vulnerabilities
Cloudsave_dream_memory, query_dream_memories, sync_dreams
Skillssearch_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

Related servers

n8n

Updated today

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

199,260

mcp-server-git

OfficialUpdated today

by modelcontextprotocol

A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs

89,176

mcp-server-fetch

OfficialUpdated today

by modelcontextprotocol

A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

89,176

@modelcontextprotocol/server-everything

OfficialUpdated today

by modelcontextprotocol

MCP server that exercises all the features of the MCP protocol

89,176