Skip to content
Windsurf

Agent Workspace MCP for Windsurf

io.github.hrrodan/agent-workspace-mcp

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

client:Windsurf transport:stdio runtime:oci

Install Agent Workspace MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Agent Workspace MCP in other clients