muvon/octocode
by Various
Semantic code searcher and codebase utility
MCP
muvon/octocode
Added 1 June 2026
Overview
A semantic code searcher and codebase utility written in Rust. It indexes codebases and enables natural language queries to find relevant code snippets.
Best for
Best for
Developers who need to quickly navigate and understand large or unfamiliar codebases
Use cases
- Searching large codebases with natural language queries
- Understanding unfamiliar code by querying its functionality
- Finding code patterns or implementations across a project
How to use
Install
curl -fsSL https://raw.githubusercontent.com/Muvon/octocode/master/install.sh | sh Tools exposed
semantic_searchview_signaturesstructural_searchlsp_goto_definitionlsp_find_referenceslsp_hover
Tested with
Claude Desktop, Claude Code, Cursor, Windsurf, Cline, Continue, VS Code, ChatGPT
Example client config
{\n "mcpServers": {\n "octocode": {\n "command": "octocode",\n "args": ["mcp", "--path", "/your/project"]\n }\n }\n} Notes
A semantic code searcher and codebase utility written in Rust. It indexes codebases and enables natural language queries to find relevant code snippets.
389 stars on GitHub. Last updated 2026-05-29. Licensed Apache-2.0.
Use cases
- Searching large codebases with natural language queries
- Understanding unfamiliar code by querying its functionality
- Finding code patterns or implementations across a project
Pros
- Fast search performance due to Rust implementation
- Semantic understanding reduces manual grep-like searches
- Open source with active community (389 stars)
Cons
- Requires indexing step before searching
- Limited to codebases that can be indexed locally
- May not handle very large monorepos efficiently
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Fast search performance due to Rust implementation
- Semantic understanding reduces manual grep-like searches
- Open source with active community (389 stars)
Cons
- Requires indexing step before searching
- Limited to codebases that can be indexed locally
- May not handle very large monorepos efficiently
Open-source & AI alternatives
Swap-in tools that solve the same job. Weigh the trade-offs before you commit.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
