← Back to Plugins
MCP Server MCP

Coder

github By github 👁 1 views ▲ 0 votes

Manage Coder workspaces, templates, and cloud development environments

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://{coder_hostname}/api/experimental/mcp/http",
      "variables": {
        "coder_hostname": {
          "description": "Hostname of your Coder deployment (e.g., coder.example.com)",
          "isRequired": true,
          "format": "string",
          "placeholder": "coder.example.com"
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...