Skip to content
VS Code

warden for VS Code

io.github.rynald0cst0ltziam/warden

Verified context layer for AI coding agents — prunes, compresses, indexes, remembers. 32 MCP tools.

client:VS Code transport:stdio runtime:npm

Install warden in VS Code

.vscode/mcp.json

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

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

warden in other clients