Skip to content
Zed

workspaceguard for Zed

io.github.rudrendupaul/workspaceguard

Wraps the WorkspaceGuard CLI as a single generic MCP tool for workspace usage checks.

client:Zed transport:stdio runtime:pypi

Install workspaceguard in Zed

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

{
  "context_servers": {
    "workspaceguard": {
      "command": "uvx",
      "args": [
        "workspaceguard-cli"
      ]
    }
  }
}

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

workspaceguard in other clients