Skip to content

Add Reporecall — local codebase memory MCP server#3640

Open
nillo wants to merge 1 commit intomodelcontextprotocol:mainfrom
nillo:add-reporecall
Open

Add Reporecall — local codebase memory MCP server#3640
nillo wants to merge 1 commit intomodelcontextprotocol:mainfrom
nillo:add-reporecall

Conversation

@nillo
Copy link

@nillo nillo commented Mar 18, 2026

What it does

Reporecall gives Claude Code a codebase memory so it stops wasting tokens rediscovering your code.

The problem: Claude Code spends its first moves grepping and reading files to understand a codebase it's already seen. On large repos this burns through context window and token budget before real work starts.

The solution: Reporecall pre-indexes your codebase using Tree-sitter AST parsing (22 languages), builds call graphs, and injects relevant context via a hook in ~5ms — before Claude starts thinking. No grep chains, no exploration loops.

  • Hybrid keyword + vector search
  • Call graph traversal (callers + callees)
  • Also works as an MCP server
  • 3-8x reduction in token usage for context gathering

npm: @proofofwork-agency/reporecall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant