Provides a standardized interface for AI agents to access Zoekt code search functionalities.
Sponsored
Zoekt acts as an MCP server, centralizing and streamlining how AI agents interact with a Zoekt code search instance. It offers a structured way for agents to perform code searches, list repositories, and retrieve file contents, making it easier to integrate advanced code intelligence into AI-driven workflows. The server supports both HTTP and stdio transport modes, and its configuration can be managed via CLI arguments or environment variables, allowing flexible deployment alongside various AI agent platforms.
Key Features
01Search code using Zoekt query syntax
02List indexed repositories
03Retrieve file contents from a repository
04Configurable via command-line options and environment variables
05Supports HTTP and stdio transport modes
060 GitHub stars
Use Cases
01Centralizing code search access for multiple AI agents
02Integrating Zoekt code search into AI agent platforms like Claude Desktop
03Providing a standardized API layer for programmatic code intelligence