Skip to content

What's Allowed for Zed

io.github.stcmain/whats-allowed-mcp

Merged agent permission rules: which settings file wins, and which rules your client ignores.

client:Zed transport:stdio runtime:npm

Install What's Allowed in Zed

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

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

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

What's Allowed in other clients