forked from coder/coder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
47 lines (47 loc) · 1.29 KB
/
Copy pathserver.json
File metadata and controls
47 lines (47 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.coder/coder",
"title": "Coder",
"description": "Manage Coder workspaces, templates, and cloud development environments",
"repository": {
"url": "https://github.com/coder/coder",
"source": "github"
},
"version": "0.0.0-dev",
"websiteUrl": "https://coder.com/docs",
"icons": [
{
"src": "https://raw.githubusercontent.com/coder/coder/main/docs/images/logo-black.png",
"mimeType": "image/png"
}
],
"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"
}
}
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"documentation": "https://coder.com/docs/ai-coder/mcp-server",
"keywords": [
"workspaces",
"cloud-development",
"templates",
"devcontainers",
"terraform",
"self-hosted"
],
"license": "AGPL-3.0",
"publisher": "Coder"
}
}
}