🔗 Official Repository

github.com/DeusData/codebase-memory-mcp

Always check the official repository for the latest setup instructions and license.

What is it?

High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 66 languages, sub-ms querieis a Model Context Protocol (MCP) server enabling AI applications like Claude and Cursor to securely access developer tools capabilities through the open protocol.

Common Use Cases

  • Connect Claude or Cursor directly to developer tools
  • Automating repetitive tasks through AI agents
  • Building smart workflows combining multiple tools in one pipeline

Quick Install (Claude Desktop)

{
  "mcpServers": {
    "codebase-memory-mcp": {
      "command": "npx",
      "args": ["-y", "DeusData/codebase-memory-mcp"]
    }
  }
}

Add to your Claude Desktop config file after installing requirements per the repo instructions.

Similar Servers