Reporecall MCP Server

Local-first, auto-injecting, self-aware-about-staleness context + memory layer for coding agents (Claude Code, Codex, MCP). Trust contract

Remote serverstreamable-http

What is the Reporecall MCP server?

Reporecall MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Local-first, auto-injecting, self-aware-about-staleness context + memory layer for coding agents (Claude Code, Codex, MCP). Trust contract, hooks-first, hybrid retrieval + compression, zero infra.

What you get

Reporecall helps Claude Code, Codex, Cline, Aider and other agents work more effectively on large, high-churn or unfamiliar codebases.

What the assistant can call

Once Reporecall is connected, these are the calls the assistant has available:

  • Surface — Best use
  • refresh_context — External-tool refresh entry point: re-index code, regenerate wiki/business pages, and return updated stats
  • search_context — Routed, budgeted, compressed context for the current question
  • search_code — Raw search (action=search) or exact source (action=read_chunk)
  • explain_flow — Navigation: flow / callers / callees / stack_tree / imports / symbol / resolve_seed
  • memory — recall / explain / list / store / forget (independent of code index)
  • get_stats — Freshness, storage, counts, conventions, latency (use this first when in doubt)
  • Codex — Codex uses Reporecall through the open MCP and CLI surfaces rather than Claude Code hooks

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Reporecall's toolset — Surface, refresh_context, search_context and 5 more — is a fair guide to whether it matches your workflow. It is maintained by proofofwork-agency; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the reporecall mcp server does with a few real requests.

Available tools

ToolWhat it does
SurfaceBest use
refresh_contextExternal-tool refresh entry point: re-index code, regenerate wiki/business pages, and return updated stats.
search_contextRouted, budgeted, compressed context for the current question
search_codeRaw search (action=search) or exact source (action=read_chunk)
explain_flowNavigation: flow / callers / callees / stack_tree / imports / symbol / resolve_seed
memoryrecall / explain / list / store / forget (independent of code index)
get_statsFreshness, storage, counts, conventions, latency (use this first when in doubt)
CodexCodex uses Reporecall through the open MCP and CLI surfaces rather than Claude Code hooks.

How to install the Reporecall MCP server

{
  "mcpServers": {
    "reporecall": {
      "command": "npx",
      "args": ["-y", "@proofofwork-agency/reporecall"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Reporecall to Surface.
  • Use Reporecall to refresh context.
  • Use Reporecall to search context.

Frequently asked questions

It connects Reporecall to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (Surface, refresh_context, search_context, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Reporecall directly.