MCP Servers / development / RepoRecall

RepoRecall

JSON →
none31development

Zero-tool-call codebase intelligence for Claude Code and MCP clients. Automatically injects the right code context, functions, callers, and call chains, before the LLM starts thinking. Replaces 4-6 grep/read round-trips with a single 5ms hook injection, cutting token usage by 3-8x.

Install
How to run this server
[ { "cmd": "npm install -g @proofofwork-agency/reporecall", "imports": [] } ]
server path: reporecall
Tools
What this server exposes
search_code
Search code in the repository
get_symbol
Get symbol information
resolve_seed
Resolve a seed query
find_callers
Find callers of a function or method
find_callees
Find callees of a function or method
explain_flow
Explain the flow of a function or method
build_stack_tree
Build a stack tree for a function or method
get_imports
Get imports for a module or file
list_product_areas
List product areas in the codebase
business_context_query
Query business context information
get_communities
Get community structure from code topology
get_hub_nodes
Get hub nodes from code topology
get_surprises
Get surprising or anomalous topology results
suggest_investigations
Suggest investigations based on topology
wiki_query
Query wiki pages
wiki_read
Read a wiki page
wiki_write
Write to a wiki page
wiki_check_staleness
Check if wiki content is stale
recall_memories
Recall stored memories
store_memory
Store a new memory
forget_memory
Forget a specific memory
list_memories
List all memories
explain_memory
Explain a memory
compact_memories
Compact memories
clear_working_memory
Clear working memory
refresh_context
Refresh the context
get_lens_data
Get lens data
index_codebase
Index the codebase
get_stats
Get statistics
clear_index
Clear the index
Configuration
Environment & auth
authnone
Resources
RepoRecall — MCP Server · libregistry