Skip to content

Agent Workspace MCP for Zed

io.github.hrrodan/agent-workspace-mcp

A sandboxed, agentic workspace providing secure filesystem, bash, and uv-powered Python execution.

client:Zed transport:stdio runtime:oci

Install Agent Workspace MCP in Zed

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

{
  "context_servers": {
    "agent-workspace-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/hrrodan/agent-workspace-mcp:1.4.105"
      ]
    }
  }
}

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

Agent Workspace MCP in other clients