Skip to content
VS Code

unerr for VS Code

io.github.unerr-ai/unerr

Operational memory for AI agents: code graph, session memory & guardrails. No context rot.

client:VS Code transport:stdio runtime:npm

Install unerr in VS Code

.vscode/mcp.json

{
  "servers": {
    "unerr": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@unerr-ai/unerr"
      ]
    }
  }
}

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

unerr in other clients