Octocode
UnclaimedSemantic code searcher and codebase utility
Install
$
claude mcp add octocode -- octocode mcp --path /path/to/your/projectUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (7)
graphrag
Query relationships — "what calls this function?", "what does this module import?"
lsp_find_references
Find all usages of a symbol across the workspace (requires --with-lsp)
lsp_goto_definition
Jump to a symbol's definition (requires --with-lsp)
lsp_hover
Type info and documentation for a symbol (requires --with-lsp)
semantic_search
Find code by meaning — "authentication flow", "error handling", "database queries"
structural_search
AST pattern matching — find .unwrap() calls, new instantiations, specific patterns
view_signatures
View file structure — function signatures, class definitions, imports