Skip to content
Zed

agentos for Zed

io.github.imran-siddique/agentos

Build and manage policy-compliant AI agents with safety enforcement and compliance checking

client:Zed transport:stdio runtime:npm

Install agentos in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "agentos": {
      "command": "npx",
      "args": [
        "-y",
        "agentos-mcp-server"
      ],
      "env": {
        "AGENTOS_POLICY_MODE": "<AGENTOS_POLICY_MODE>",
        "AGENTOS_LOG_LEVEL": "<AGENTOS_LOG_LEVEL>"
      }
    }
  }
}

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

agentos in other clients