# Codebase Memory MCP

> 用已有代码图谱查询跨文件调用链、依赖或影响面；或按要求配置索引。

- Skill: `bronc-x/codebase-memory-mcp` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add bronc-x/codebase-memory-mcp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bronc-x/codebase-memory-mcp/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: bronc-x (https://skillmd.com/u/bronc-x)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bronc-x/codebase-memory-mcp

---


# Codebase memory MCP
Use graph tools for structural queries; use literal search for filenames and exact strings.
For installation or configuration repair only, read [references/setup.md](references/setup.md). A query does not authorize enabling global auto-indexing or reinstalling software.
## Query
- Discover available tools and indexed project names; do not guess normalized identifiers.
- Check index freshness before trusting results. Index only the repository in scope when needed.
- Choose the smallest useful index mode; `fast` is suitable for connectivity checks.
- Query the relevant call path, dependencies, architecture, or snippets. Read source before editing; graph output can be stale.
- Keep generated indexes in the tool's cache unless the user requests a shared artifact.
This is a stdio MCP server, not a detached web service. If unavailable, fall back to search and file reads; setup is a separate requested action.

