Skip to content
VS Code

rag-rat for VS Code

io.github.cq27-dev/rag-rat

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

client:VS Code transport:stdio runtime:npm

Install rag-rat in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

rag-rat in other clients