codebase-memory-mcp

codebase-memory-mcp

High-performance code intelligence MCP server for fast codebase indexing and knowledge graph generation.

MCPDevOpen source
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 12.4k
Source
mcp-github

Overview

codebase-memory-mcp is a high-performance code intelligence MCP server that indexes codebases into persistent knowledge graphs. It supports 158 programming languages, delivers query responses in milliseconds, and reduces token usage by 99%. The tool provides a single static binary with no dependencies, and runs on macOS, Linux, and Windows. It generates knowledge graphs containing functions, classes, call chains, and more using tree-sitter AST analysis and Hybrid LSP semantic type resolution. Ideal for AI coding agents requiring efficient code understanding and indexing.

Capabilities

  • Millisecond-level codebase indexing
  • Support for 158 programming languages
  • Sub-millisecond query response
  • 99% reduction in token usage
  • Zero dependencies
  • Built-in 3D graphical visualization

Use cases

Codebase indexing and queryingCode structure analysisCross-service link detectionDead code detection

Setup

Requires:
curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

What programming languages are supported?

Supports 158 programming languages, including Python, JavaScript, Go, and more.

How do I install it?

Run `curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash` to install.

Is it open source?

Yes, the source code is publicly available on GitHub.

Related skills