MCP Server
MCP
Coder
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
By
Comments
Sign in to leave a comment