Skip to content
VS Code

Laguarde for VS Code

dev.futur-panda/laguarde

Self-hostable policy control plane for AI coding agents.

client:VS Code transport:stdio runtime:npm

Install Laguarde in VS Code

.vscode/mcp.json

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

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

Laguarde in other clients