Skip to content
Back to search
30
MCP

codeatlas-mcp-server

npm/codeatlas-mcp-server

Local-first MCP server for CodeAtlas — AST analysis, codebase intelligence, semantic memory, and A2A orchestration.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

codeatlas-mcp-server
CodeAtlas MCP - an enterprise-grade local-first Code Graph RAG MCP Server.
0 tools
repomap-mcp-server
MCP server for RepoMap — code intelligence via AST-based repository analysis
0 tools
codegraph-mcp-server
MCP Server for code graph analysis with GraphRAG capabilities
0 tools
src-mcp
MCP server for semantic code search and codebase analysis — Treesitter parsing, AST extraction, and embedding-based indexing for any LLM tha
0 tools
codebase-mcp
Persistent, portable codebase intelligence MCP server with incremental indexing and decision memory
0 tools
mcp-server-codegraph
MCP server for graph representation of a codebase
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "codeatlas-mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}