Serversio.github.bgauryy/octocode-mcp
M

Octocode MCP - AI Context Platform

io.github.bgauryy/octocode-mcp · v7.0.9
▦ npm
v7.0.9npm npm: octocode-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.bgauryy/octocode-mcp",
  "description": "AI code research platform. Search, analyze, and extract insights from any GitHub repository.",
  "title": "Octocode MCP - AI Context Platform",
  "repository": {
    "url": "https://github.com/bgauryy/octocode-mcp",
    "source": "github"
  },
  "version": "7.0.9",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "octocode-mcp",
      "version": "7.0.9",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitHub Personal Access Token. Optional - authenticate via GitHub CLI (gh auth login) for automatic token management, or set this token manually for CI/CD environments.",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}