Skip to content
Zed

mythos agent for Zed

io.github.mythos-agent/mythos-agent

Open-source AI security agent: SAST, DAST, and policy-as-code over MCP.

client:Zed transport:stdio runtime:npm

Install mythos agent in Zed

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

{
  "context_servers": {
    "mythos-agent": {
      "command": "npx",
      "args": [
        "-y",
        "mythos-agent"
      ]
    }
  }
}

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

mythos agent in other clients