MCP Server
MCP
io.github.snowmead/oxcode
PageRank-curated code intelligence for coding agents over an indexed source repository.
Install
npx -y @snowmead/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@snowmead/oxcode-mcp",
"version": "0.4.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Set to 1 to disable the binary's startup self-update check (CI, offline, or reproducible environments).",
"name": "OXCODE_NO_AUTO_UPDATE"
},
{
"description": "Optional: used during self-update to avoid unauthenticated GitHub API rate limits.",
"isSecret": true,
"name": "GITHUB_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment