Skip to content
VS Code

agent recall for VS Code

io.github.goldentrii/agent-recall

Correction-first agent memory. Precision KPI tracks if agents heed warnings. 5 layers, local-only.

client:VS Code transport:stdio runtime:npm

Install agent recall in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-recall": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-recall-mcp"
      ]
    }
  }
}

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

agent recall in other clients