Skip to content
VS Code

ragdrift mcp for VS Code

io.github.mukundakatta/ragdrift-mcp

Diagnose RAG drift: interpret scores, recommend thresholds, explain dimensions.

client:VS Code transport:stdio runtime:npm

Install ragdrift mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "ragdrift-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/ragdrift-mcp"
      ]
    }
  }
}

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

ragdrift mcp in other clients