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
Transforms codebases into searchable knowledge bases for AI assistants using semantic search and regex search, with deep research capabilities for code and files.
kodit
Indexes code repositories to generate various AI-driven enrichments (snippets, summaries, architecture docs, API docs, commit descriptions, database schemas, cookbooks) and enables semantic search for better AI code generation.
consult-llm-mcp
Facilitates Claude Code to consult powerful external AI models for complex code analysis, debugging, and review tasks.
codeweaver
CodeWeaver is an AI-first MCP server designed to provide 'exquisite context' for AI agents by offering semantic code search and code analysis capabilities.