Skip to content
Zed

Laguarde for Zed

dev.futur-panda/laguarde

Self-hostable policy control plane for AI coding agents.

client:Zed transport:stdio runtime:npm

Install Laguarde in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "laguarde": {
      "command": "npx",
      "args": [
        "-y",
        "laguarde-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Laguarde in other clients