Skip to content
Zed

agent-godmode for Zed

io.github.mdvohra/agent-godmode

Sandboxed workspace MCP: file ops, argv-only run_command, list_files; BYO LLM prompts.

client:Zed transport:stdio runtime:pypi

Install agent-godmode 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": {
    "agent-godmode": {
      "command": "uvx",
      "args": [
        "agent-godmode"
      ],
      "env": {
        "AGENT_GODMODE_ROOT": "<AGENT_GODMODE_ROOT>"
      }
    }
  }
}

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

agent-godmode in other clients