MCP Directory

bgauryy/octocode-mcp

GitHub
Developer Tools

AI-powered developer assistant that enables advanced research, analysis and discovery across GitHub and NPM realms in realtime.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y octocode-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from bgauryy/octocode-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "octocode-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "octocode-mcp"
      ]
    }
  }
}

Route bgauryy/octocode-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add octocode-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use bgauryy/octocode-mcp directly without routing

npx -y octocode-mcp

New to Agent-CoreX? View setup guide →

bgauryy/octocode-mcp MCP Server — Agent-CoreX