codebase-memory-mcp

codebase-memory-mcp is a plugin for Claude Code from vincentkoc/dotskills. Its token cost is not measured, scanned A, original, MIT.

A setup guide for codebase-memory-mcp, a tool that builds a searchable graph of a Git codebase and its relationships. It keeps linked worktrees connected to the main checkout's graph.

In plain words
What is it for?
Use it to start the codebase graph for a Git checkout, verify that it works, and support code discovery.
Why use it?
It helps developers discover code across branches or worktrees without creating separate, disconnected graphs.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add vincentkoc/dotskills
agentmods
npx agentmods add plugins/vincentkoc/dotskills/codebase-memory-mcp
Clone the repo
git clone --depth 1 https://github.com/vincentkoc/dotskills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for codebase-memory-mcp

README.md
[![agentmods](https://agentmods.dev/badge/plugins/vincentkoc/dotskills/codebase-memory-mcp.svg)](https://agentmods.dev/plugins/vincentkoc/dotskills/codebase-memory-mcp)
Your own site
<a href="https://agentmods.dev/plugins/vincentkoc/dotskills/codebase-memory-mcp"><img src="https://agentmods.dev/badge/plugins/vincentkoc/dotskills/codebase-memory-mcp.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Security

Grade A, and why

codebase-memory-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json#codebase-memory-mcp · 6 lines

What it actually says

{
  "name": "codebase-memory-mcp",
  "source": "./skills/codebase-memory-mcp",
  "skills": "./",
  "description": "Bring up `codebase-memory-mcp` for the owning Git checkout and prove the graph is usable before relying on it for code discovery. Keep linked worktrees on the owner's graph instead of creating one graph per branch."
}
Files

What ships with it

1 file beside marketplace.json#codebase-memory-mcp in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 6 lines scan A 322835520f09

Subscribe to this mod's changes

codebase-memory-mcp is a plugin published in the GitHub repository vincentkoc/dotskills (102 stars, last pushed 13d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other plugins, from other repositories

project-brain

Folder structure + collaboration protocol so AI sessions can resume project context after compaction or window switch. One brain/ folder, 5 core files (PROJECT/MAP/STATUS/DECISIONS/HANDOFF), and a topic taxonomy.

Ethan-YS/project-brain · not measured

golang-skills

20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically…

cxuu/golang-skills · not measured

titen-memory

Use Titen's evidence-grounded collaborative memory. The local stdio mode needs no configuration; a served Titen endpoint is the alternative for a shared store.

RamaAditya49/titen · not measured

agent-stack

Four skills: agent-orchestrator — tool-calling loops, pipelines with checkpoints, provider routing with fallback, memory architecture, plus the wallet side of reselling LLM access; agent-evals — run/trace/thread evals, LLM judges, and fixtures grown from production; agent-interop — MCP servers and clients, A2A agent…

ssheleg/agent-stack · not measured

kb

Build and maintain LLM-powered knowledge bases as Obsidian wikis with compile, query, lint, and evolve workflows.

rvk7895/llm-knowledge-bases · not measured

smartcompact

Human-in-the-loop context compaction for Claude Code. You choose which turns survive; a SessionStart hook re-injects them deterministically after every compact and resume.

codeprakhar25/smartcompact · not measured