zoekt-mcp
Verified Safeby divar-ir
Overview
Provides code search and content fetching capabilities using Zoekt, designed for integration with AI assistants and LLMs.
Installation
docker run -p 8000:8000 -p 8080:8080 -e ZOEKT_API_URL=http://<YOUR_ZOEKT_INSTANCE_URL> zoekt-mcpEnvironment Variables
- ZOEKT_API_URL
Security Notes
The server's primary function is to proxy and format requests to a user-configured Zoekt instance. Its security largely depends on the trustworthiness and proper configuration of the external Zoekt instance. No direct code execution vulnerabilities (e.g., eval) or hardcoded secrets were found in the provided source.
Similar Servers
chunkhound
Provides local-first codebase intelligence, extracting architecture, patterns, and institutional knowledge for AI assistants.
kodit
Kodit is a code intelligence platform that indexes code repositories to enable enhanced AI code generation, semantic search, and documentation.
codex-mcp-rs
This server acts as an MCP (Model Context Protocol) wrapper for the Codex CLI, enabling AI-assisted coding tasks through compatible clients like Claude Code.
codeweaver
A code intelligence platform that provides semantically rich, context-aware code search for AI agents, aimed at reducing cognitive load and token costs for coding tasks.