{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.bgauryy/octocode-mcp",
  "title": "Octocode MCP - AI Context Platform",
  "description": "AI code research platform. Search, analyze, and extract insights from any GitHub repository.",
  "status": "active",
  "repository": {
    "url": "https://github.com/bgauryy/octocode-mcp",
    "source": "github"
  },
  "version": "16.2.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "octocode-mcp",
      "version": "16.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "GITHUB_TOKEN",
          "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.",
          "isRequired": false,
          "isSecret": true
        }
      ]
    }
  ]
}
