Skip to content
Cursor

repo forensics mcp for Cursor

io.github.mrfentmen/repo-forensics-mcp

Local read-only MCP tools for Git repository archaeology, churn, hotspots, and hygiene. Tools...

client:Cursor transport:stdio runtime:npm

Install repo forensics mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "repo-forensics-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "repo-forensics-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

repo forensics mcp in other clients