Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
Latest commit
34 lines (34 loc) · 1.04 KB
/
Copy pathserver.json
File metadata and controls
34 lines (34 loc) · 1.04 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.snowmead/oxcode",
"description": "PageRank-curated code intelligence for coding agents over an indexed source repository.",
"repository": {
"url": "https://github.com/oxgraph/oxcode",
"source": "github"
},
"version": "0.4.2",
"packages": [
{
"registryType": "npm",
"identifier": "@snowmead/oxcode-mcp",
"version": "0.4.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "OXCODE_NO_AUTO_UPDATE",
"description": "Set to 1 to disable the binary's startup self-update check (CI, offline, or reproducible environments).",
"isRequired": false,
"isSecret": false
},
{
"name": "GITHUB_TOKEN",
"description": "Optional: used during self-update to avoid unauthenticated GitHub API rate limits.",
"isRequired": false,
"isSecret": true
}
]
}
]
}