Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Codebase Memory MCP
Codebase Memory MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 1:45:37 AM

Codebase Memory MCP

User RatingsBe the first to rate and review this MCP server!
View Repository42.9k GitHub StarsTotal stargazers on GitHub for the source repository (42,895 stars).Visit Website
code-intelligencedeveloper-toolsknowledge-graphcode-search

Indexes repositories into a local code graph for structural search, call tracing, impact analysis, and architecture exploration.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON â–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "deusdata-codebase-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "codebase-memory-mcp"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (14) Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

DeusData/codebase-memory-mcp MCP server indexes repositories into a persistent local knowledge graph for code exploration. It combines tree-sitter parsing with Hybrid LSP analysis to map symbols, calls, routes, and cross-service relationships, then exposes structured search and traversal tools over MCP. Reach for it when file-by-file search is too broad and you need call paths, change impact, architecture context, or source snippets. It runs locally without a hosted service, language runtime, or API key.

Use cases

•Index a repository for agent-assisted code exploration
•Trace callers and callees across a codebase
•Assess the blast radius of a Git change
•Inspect architecture, routes, hotspots, and clusters
•Manage architecture decision records alongside code

Key features

•Persistent local code knowledge graph
•Tree-sitter parsing for 162 languages
•Hybrid LSP semantic resolution
•Call-path tracing and change-impact analysis
•Graph, text, and Cypher-like search
•Built-in graph visualization UI

Capabilities & Tool Schemas (14) ~337 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Codebase Memory MCP.

index_repository

Index a repository into the graph. Auto-sync keeps it fresh after that.

list_projects

List all indexed projects with node/edge counts.

delete_project

Remove a project and all its graph data.

index_status

Check indexing status of a project.

search_graph

Structural, BM25, and semantic search. Page structural rows with `offset`/`limit` and ranked semantic rows independently with `semantic_offset`/`semantic_limit`.

trace_path

BFS traversal — who calls a function and what it calls (alias: `trace_call_path`). Depth 1-5.

How Codebase Memory MCP works

What DeusData/codebase-memory-mcp MCP server does

DeusData/codebase-memory-mcp MCP server turns a repository into a persistent graph of code and related infrastructure. The graph can represent functions, classes, call chains, HTTP routes, cross-service links, Dockerfiles, Kubernetes resources, and Kustomize modules. An automatic synchronization process keeps an indexed project current after the initial indexing step.

The server is intended for AI coding workflows that need structural context rather than only text matches. Agents can inspect a project’s architecture, locate symbols by graph properties, follow callers and callees, identify the likely blast radius of a Git change, and retrieve the source for a named function. It also supports Architecture Decision Record management and runtime trace ingestion for validating HTTP call relationships.

How it works

Parsing uses vendored tree-sitter grammars compiled into the native executable, with coverage for 162 languages according to the repository documentation. Hybrid LSP semantic resolution adds deeper type and relationship information for a specified set of languages, including Python, TypeScript and JavaScript variants, PHP, C#, Go, C and C++, Java, Kotlin, Rust, and Perl.

Index data is stored locally in a persistent graph. The server provides graph-level inspection through schema and Cypher-like read-only queries, while specialized tools cover common agent tasks. trace_path performs breadth-first traversal with depths from 1 through 5. detect_changes maps a Git diff to affected symbols and classifies risk. Search operations support pagination or filters such as labels, name patterns, file patterns, and graph degree.

The project is distributed as a native executable for macOS, Linux, and Windows. The README describes a built-in graph visualization interface available at localhost:9749. Processing is local, so the repository is not sent to a hosted service.

Setup and configuration

The DeusData/codebase-memory-mcp MCP server can be launched with the project’s npm entry point:

Terminal
npx -y codebase-memory-mcp

The documented native installation path downloads a platform archive or runs the repository’s installer script. On macOS and Linux, the README provides a shell installer; Windows uses a PowerShell installer. The installer can detect supported coding agents and add their MCP configuration. A --skip-config option installs only the binary, while --dir=<path> selects a custom installation directory.

After installation, restart the coding agent and request that it index the project. No API key, hosted account, Docker installation, or language runtime is required for the native installation. The material mentions a CBM_CACHE_DIR setting for the coordination daemon’s cache location, with a default under the user’s home cache directory, but does not identify it as mandatory configuration.

Tools and capabilities

The DeusData/codebase-memory-mcp MCP server exposes tools for:

  • Indexing, synchronizing, listing, checking, and deleting projects.
  • Searching graph structure or indexed text, with pagination for graph searches.
  • Inspecting graph schemas before writing graph queries.
  • Traversing call paths and retrieving function source snippets.
  • Reviewing architecture summaries covering languages, packages, routes, hotspots, clusters, and ADRs.
  • Mapping Git changes to affected symbols and risk or blast-radius information.
  • Creating, reading, updating, and deleting Architecture Decision Records.
  • Ingesting runtime traces to validate HTTP_CALLS relationships.

Limitations and notes

Graph results depend on the repository being indexed and on the available parser or semantic-resolution coverage. The server is local rather than a shared remote index, so each environment must install and index the projects it needs. The README describes coordination across multiple configured coding clients, but the supplied material does not establish compatibility with every MCP client. The project is licensed under MIT.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    ★ Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Shodh Memory logoShodh Memory

    Cognitive memory for AI agents with Hebbian learning, 3-tier architecture, and knowledge graphs. Single 15MB binary, runs offline on edge devices.

    🧠 Knowledge & Memory4 views
    Compare vs Shodh Memory →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Paparats logoPaparats

    Semantic code search for AI coding assistants. Local Qdrant, multi-repo, no API keys.

    🧠 Knowledge & Memory1 views
    Compare vs Paparats →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
42k
Stargazers on the source repository.
npm downloads
38k
Package downloads in the last 30 days.
Last commit
1d ago
Most recent push to the default branch.
Tools exposed
14
Callable tools this server registers over MCP.
Directory activity
1 installs · 1 upvotes
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Codebase Memory MCP

Run `npx -y codebase-memory-mcp`, or use the documented native installer for macOS, Linux, or Windows.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCodebase Memory MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/deusdata-codebase-memory-mcp?style=directory)](https://allmcps.com/mcp/deusdata-codebase-memory-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/deusdata-codebase-memory-mcp"><img src="https://allmcps.com/api/badge/deusdata-codebase-memory-mcp?style=directory" alt="Codebase Memory MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand â–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf, Cline / VS Code
Last updatedSep 10, 2026
96/96 checks healthy over the last 32d
Views7
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs1
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars42,895
GitHub Star CountTotal stargazers on GitHub representing community popularity (42,895 stars).
Last commit1d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 10, 2026
npm downloads38,900/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
72Quality signal: Great · 72/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools29/30
Adoption & activity14/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 15d ago via OSV.dev · codebase-memory-mcp (npm)

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to Codebase Memory MCP →Install in Claude DesktopInstall in CursorInstall in VS Code