Skip to content
Zed

agentic os for Zed

io.github.jarroslav/agentic-os

Read-only, never-executing MCP server for the agentic-os governance, SDLC, and QE methodology.

client:Zed transport:stdio runtime:npm

Install agentic os in Zed

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

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

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

agentic os in other clients