-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
31 lines (31 loc) · 1.07 KB
/
Copy pathserver.json
File metadata and controls
31 lines (31 loc) · 1.07 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.QoderAI/qoder-cloud-agents-cn",
"title": "Qoder Cloud Agents CN",
"description": "Create and manage Qoder cloud agents, run sessions, and retrieve results in the CN region.",
"version": "0.6.0",
"websiteUrl": "https://github.com/QoderAI/cloud-agents/blob/main/mcp/README.md",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.qoder.cn/api/v1/mcp/servers/qca",
"headers": [
{
"name": "Authorization",
"description": "Authenticate with your CN Qoder Personal Access Token.",
"value": "Bearer {pat}",
"isRequired": true,
"isSecret": true,
"variables": {
"pat": {
"description": "Your CN Qoder PAT from https://qoder.com.cn/cloud/pat-keys. Enter the raw token without the Bearer prefix.",
"format": "string",
"isRequired": true,
"isSecret": true
}
}
}
]
}
]
}