codebase-memory-mcp
NewHigh-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.
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
~/.claude.jsonAdd the configuration to "mcpServers": { "codebase-memory-mcp": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/codebase-memory-mcp find all functions that call 'sendEmail' and list their file paths
/codebase-memory-mcp show the dependency graph for the module 'src/utils'
/codebase-memory-mcp what is the type signature and where is 'UserService' defined
Security Audits
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..