BeClaude

codebase-memory-mcp

New
3.6kGitHubGeneralby DeusData

High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.

First seen 5/22/2026

Summary

This skill integrates a high-performance MCP server that indexes your entire codebase into a persistent knowledge graph, enabling sub-millisecond queries across 158 languages with minimal token usage.

  • It helps developers quickly understand code structure, find relevant files, and retrieve context without manual searching or full re-indexing.

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "codebase-memory-mcp": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

Quickly locate all files that define or use a specific class or function across a large monorepo.
Understand the dependency graph of a module before making refactoring changes.
Find all callers of a deprecated API to plan migration efforts.
Retrieve the type signature and documentation of a symbol without opening multiple files.
Identify duplicate code or similar implementations across the codebase.
Get a high-level summary of the architecture and key components of an unfamiliar repository.

Usage Examples

1

/codebase-memory-mcp find all functions that call 'sendEmail' and list their file paths

2

/codebase-memory-mcp show the dependency graph for the module 'src/utils'

3

/codebase-memory-mcp what is the type signature and where is 'UserService' defined

View source on GitHub
mcp

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is codebase-memory-mcp?

This skill integrates a high-performance MCP server that indexes your entire codebase into a persistent knowledge graph, enabling sub-millisecond queries across 158 languages with minimal token usage. It helps developers quickly understand code structure, find relevant files, and retrieve context without manual searching or full re-indexing.

How to install codebase-memory-mcp?

To install codebase-memory-mcp: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "codebase-memory-mcp": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is codebase-memory-mcp best for?

codebase-memory-mcp is a mcp categorized under General. It is designed for: mcp. Created by DeusData.

What can I use codebase-memory-mcp for?

codebase-memory-mcp is useful for: Quickly locate all files that define or use a specific class or function across a large monorepo.; Understand the dependency graph of a module before making refactoring changes.; Find all callers of a deprecated API to plan migration efforts.; Retrieve the type signature and documentation of a symbol without opening multiple files.; Identify duplicate code or similar implementations across the codebase.; Get a high-level summary of the architecture and key components of an unfamiliar repository..