Skip to content
VS Code

Agent Workspace MCP for VS Code

io.github.hrrodan/agent-workspace-mcp

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

client:VS Code transport:stdio runtime:oci

Install Agent Workspace MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Agent Workspace MCP in other clients