Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”„ Version Control
  3. Octocode MCP
Octocode MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 1:48:03 PM

Octocode MCP

User RatingsBe the first to rate and review this MCP server!
View Repository927 GitHub StarsTotal stargazers on GitHub for the source repository (927 stars).Visit Website
githubcode-researchnpmlspdeveloper-tools

Researches local code, GitHub repositories, pull requests, issues, commits, and npm packages through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "bgauryy-octocode-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "octocode"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (17) Directory Badge Claim listing AlternativesπŸ”„ More in Version Control

Overview

bgauryy/octocode-mcp MCP server gives AI agents tools for researching local projects, GitHub data, and npm packages. It combines code search, precise file reads, repository browsing, AST-shaped queries, dead-code detection, and LSP-based semantic navigation through an MCP interface. GitHub operations can search repositories, code, pull requests, issues, commits, releases, and discussions, while optional cloning brings remote code into the local analysis workflow. Reach for it when an agent needs evidence from source code or project history rather than a general web lookup.

Use cases

β€’Search GitHub implementations before changing local code
β€’Trace definitions, references, callers, and callees with LSP
β€’Review pull requests with files, patches, comments, and commits
β€’Find likely dead code across a local repository
β€’Compare npm packages with their source repositories

Key features

β€’GitHub code, repository, issue, PR, commit, release, and Discussion search
β€’Local text, AST, file, structure, and dead-code analysis
β€’LSP semantic navigation and diagnostics
β€’Repository cloning and sparse subtree analysis
β€’Paginated, targeted file reads with result redaction

Capabilities & Tool Schemas (17) ~533 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Octocode MCP.

ghSearchCode

Code and path search across GitHub by owner, repository, path, filename, extension, and match filters. Accepts 1 to 5 parallel queries.

ghGetFileContent

Read a GitHub file or region: full file, line range, match slice, or paginated chars.

ghViewRepoStructure

Browse a repository's directory tree, plus opt-in repository enrichments.

ghSearchRepos

Discover repositories by keywords, owner, topic, language, stars, updated, license, visibility.

ghSearchPullRequests

Search pull requests, or deep-read one PR: files, patches, comments, reviews, commits.

ghSearchIssues

Search issues, or read one issue's body and comments.

How Octocode MCP works

What the bgauryy/octocode-mcp MCP server does

The bgauryy/octocode-mcp MCP server exposes one research-oriented toolset for local code, GitHub, and npm. It is intended for questions that require inspecting source, tracing changes, or comparing implementation patterns across repositories. Results are designed to provide compact context with file and line anchors rather than returning an entire codebase at once.

The server supports both external and local research. GitHub tools can search code, repositories, pull requests, issues, commits, releases, and Discussions. npm search returns package metadata and the related source repository, allowing an agent to move from package discovery to GitHub inspection. Local tools work against files and directories available to the process.

How it works

The MCP process uses the same toolset and Rust-backed engine as the project’s CLI. A client starts the server over stdio with Node.js and sends tool calls using MCP. The tool catalog includes broad search operations followed by narrower reads, such as retrieving only a matched file region, line range, or character page.

Local code search can use ordinary text matching or structural AST queries. LSP operations provide semantic navigation such as definitions, references, callers, callees, call hierarchies, symbols, hover information, type relationships, implementations, and diagnostics. A repository can also be cloned into the local cache for local and LSP analysis; cloning is enabled by default in the CLI but must be enabled for MCP.

The README describes minification and skeletonization for reducing boilerplate in results, support for more than 70 languages, smart pagination, and secret redaction before data is returned to the model. These behaviors are part of the shared engine described by the project.

Setup and configuration

The documented prerequisite is Node.js 20.12 or newer. The MCP configuration runs the package with npx:

config.json
{
  "command": "npx",
  "type": "stdio",
  "args": ["octocode-mcp@latest"]
}

The bgauryy/octocode-mcp MCP server can be added through client-specific installation links for Cursor and Windsurf, or through the project’s general installation flow. The README also shows a Claude Code command. For direct execution, the project’s own CLI is started with npx octocode; its tools can be invoked as CLI commands as well as through MCP.

GitHub authentication is optional. Logging in with the CLI can unlock private repositories and higher GitHub API rate limits. The README says to place a GitHub token and other options in the MCP client’s environment configuration, but the supplied material does not specify the environment variable names.

Tools and capabilities

  • Search GitHub code with owner, repository, path, filename, extension, and match filters; up to five queries can run in parallel.
  • Read complete or selected GitHub and local file content using ranges, matches, or pagination.
  • Browse repository trees and local directory structures with filtering and pagination.
  • Search repositories, pull requests, issues, commits, npm packages, and GitHub Discussions.
  • Inspect a pull request or issue in depth, including related files, patches, comments, reviews, commits, and issue comments.
  • Compare GitHub commit references and inspect releases, including optional release assets.
  • Clone repositories or sparse subtrees for local analysis when ENABLE_CLONE=true is set for MCP.
  • Run local text or AST searches, find files, identify likely dead code, and use LSP semantic queries.

Limitations and notes

Release and Discussion tools are opt-in. Repository cloning is also opt-in for MCP and requires ENABLE_CLONE=true; the CLI enables cloning by default. GitHub authentication is not required for basic operation, but unauthenticated access may not provide private-repository access or the higher rate limits available after login.

The provided material does not document a hosted endpoint, Claude Desktop compatibility, exact token environment variable names, or a license. The package configuration shown in the README uses octocode-mcp@latest; the repository name and package name should not be assumed to identify a different distribution.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Version Control View all alternatives
  • Git MCP logoGit MCP

    gitmcp.io is a generic remote MCP server to connect to ANY GitHub repository or project for documentation

    πŸ”„ Version Control4 views
    Compare vs Git MCP β†’
  • Github MCP Server logoGithub MCP Server
    Verified

    Official GitHub server for integration with repository management, PRs, issues, and more.

    πŸ”„ Version Control3 views
    Compare vs Github MCP Server β†’
  • MCP Git Ingest logoMCP Git Ingest

    Read and analyze GitHub repositories with your LLM

    πŸ”„ Version Control5 views
    Compare vs MCP Git Ingest β†’
  • MCP Server Atlassian Bitbucket logoMCP Server Atlassian Bitbucket

    Atlassian Bitbucket Cloud integration. Enables AI systems to interact with repositories, pull requests, workspaces, and code in real time.

    πŸ”„ Version Control4 views
    Compare vs MCP Server Atlassian Bitbucket β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
927
Stargazers on the source repository.
Last commit
3d ago
Most recent push to the default branch.
Tools exposed
17
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Octocode MCP

Run it through Node.js with `npx -y octocode-mcp@latest`, then add the command as a stdio MCP server. Node.js 20.12 or newer is listed as a prerequisite.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOctocode MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/bgauryy-octocode-mcp?style=directory)](https://allmcps.com/mcp/bgauryy-octocode-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/bgauryy-octocode-mcp"><img src="https://allmcps.com/api/badge/bgauryy-octocode-mcp?style=directory" alt="Octocode MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”„Version Control
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsCursor, Windsurf
Last updatedSep 8, 2026
10/10 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars927
GitHub Star CountTotal stargazers on GitHub representing community popularity (927 stars).
Last commit3d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 8, 2026
63Quality signal: Good Β· 63/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools27/30
Adoption & activity10/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 24d ago via OSV.dev Β· octocode (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”„ Version Control β†’Best MCP servers for Git & Version Control β†’Alternatives to Octocode MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code