F
licenseA
qualityB
maintenanceProvides a code search service via MCP, allowing AI clients to perform fast, indexed searches across large codebases using Zoekt, with support for filters like repository, language, and path.
2
-
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clearly distinct purpose: listing repositories, searching code, and retrieving file contents. No ambiguity between them.
All tool names follow a consistent verb_noun snake_case pattern: list_repos, search_code, get_file.
Three tools cover the essential operations for a code search index server (list, search, fetch) without being too few or too many.
The set covers the core workflows well. A minor gap might be listing files within a repository, but the current set is sufficient for common use cases.