repo-memory

blamechris/repo-memory
★ 0 stars TypeScript AI/LLM Updated today
MCP server that gives coding agents persistent repository memory — cut repeated file reads, tokens, and latency.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "repo-memory": {
      "command": "npx",
      "args": [
        "-y",
        "blamechris/repo-memory"
      ]
    }
  }
}

README Excerpt

An MCP server that gives AI coding agents persistent memory about your codebase. Stop wasting tokens re-reading files your agent already understands. Every time an AI agent explores your project, it re-reads files from scratch — burning tokens on code it's already seen. On a 200-file project, that's **~43,000 tokens wasted per exploration pass**.

Tools (15)

batch_file_summariescache_hitcache_missforce_rereadget_changed_filesget_dependency_graphget_file_summaryget_project_mapget_related_filesget_token_reportinvalidateinvalidationnavigationsearch_by_purposesummary_served

Topics

ai-agentsclaudedeveloper-toolsllmmcp