Skip to content
VS Code

Coder for VS Code

io.github.coder/coder

Manage Coder workspaces, templates, and cloud development environments

client:VS Code transport:streamable-http

Install Coder in VS Code

.vscode/mcp.json

{
  "servers": {
    "coder": {
      "type": "http",
      "url": "https://{coder_hostname}/api/experimental/mcp/http"
    }
  }
}

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

Coder in other clients