← Back to Plugins
MCP Server MCP

io.github.snowmead/oxcode

github By github 👁 1 views ▲ 0 votes

PageRank-curated code intelligence for coding agents over an indexed source repository.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...