Octocode MCP Server

v1.0.0APIsstable

MCP server for semantic code research and context generation on real-time using LLM patterns | Search naturally across public & private repos based on your permissions | Transform any accessible codebase/s into AI-optimized knowledge on simple and co

agentaiai-agentsai-toolsclaude-ai
Share:
844
Stars
0
Downloads
0
Weekly
0/5

About

MCP server for semantic code research and context generation on real-time using LLM patterns | Search naturally across public & private repos based on your permissions | Transform any accessible codebase/s into AI-optimized knowledge on simple and co

Features

  • githubSearchCode
  • githubGetFileContent
  • githubViewRepoStructure
  • githubSearchRepositories
  • githubSearchPullRequests

Use Cases

Search file content or filenames/paths **USE**: Find code patterns | Locate files | Discovery. **AVOID**: Broad terms | No owner/repo (rate limits) | Finding package repos (use 'packageSearch' first). **Workflow**: Find File ('match='path'') → Find P
Read file content (patterns, ranges, or full) **USE**: Need implementation details | Configs | Known file path. **AVOID**: Unknown location → 'githubSearchCode'. **Workflow**: 1. After 'githubSearchCode' → use 'matchString' to fetch full context arou
Display directory structure & file sizes **USE**: New codebase | Need overview | Discover files | Understand layout. **AVOID**: Know filename → 'githubSearchCode'. **Workflow**: Map Root ('depth=1') → Drill Down ('path' + 'depth=2') → Locate Configs.
Search repos by keywords/topics (ENTRY POINT for discovery) **USE**: Starting research | Finding repos | Discovering projects. **AVOID**: Known package → 'packageSearch' (use FIRST) | Known repo → 'githubViewRepoStructure' | Need code → 'githubSearch
Search or fetch Pull Requests (metadata, diffs, discussions) **USE**: Implementation history | Review changes | Find rationale. **AVOID**: Current code → 'githubGetFileContent'. **Workflow**: Find PR → Review Meta ('type='metadata'') → Check Diffs ('
bgauryy

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx octocode

Examples

Basic Configuration

Configure Octocode MCP Server

npx octocode

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Octocode MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides