UNPKG

octocode-mcp

Version:

Model Context Protocol (MCP) server for advanced GitHub repository analysis and code discovery. Provides AI assistants with powerful tools to search, analyze, and understand codebases across GitHub.

32 lines (30 loc) 975 B
{ "$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": "7.0.15", "packages": [ { "registryType": "npm", "identifier": "octocode-mcp", "version": "7.0.15", "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 } ] } ] }