Odel
rag-rat

rag-rat

Local
@cq27-dev17RustMITUpdated 1w ago

Repository intelligence, code graph, history, papertrail, and cross-agent memory for coding agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@rag-rat/binv0.23.0

Run

npx -y @rag-rat/bin

MCP client config

{
  "mcpServers": {
    "rag-rat": {
      "command": "npx",
      "args": [
        "-y",
        "@rag-rat/bin"
      ]
    }
  }
}