Skip to content
Back to search
30
MCP

Zoekt

pulsemcp/zoekt

Integrates with Zoekt search engine to provide fast code search capabilities across repositories using query language with language filters, file path patterns, and repository scoping for discovering code patterns and retrieving file contents.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.radiovisual/zoekt-mcp
Fast indexed code search for AI agents, powered by Sourcegraph Zoekt.
0 tools
Code Index
Fast local source code searching using Zoekt trigram-based indexing
0 tools
Code Index
SQLite-backed hybrid search combining vector embeddings and full-text search for code repositories.
0 tools
Sourcegraph
Integrates with Sourcegraph's search API to provide advanced code search with regex patterns, language filters, and repository scoping, plus
0 tools
seekq
Semantic code search tool for local codebases using BGE-Small embeddings, tree-sitter-aware chunking, and hybrid BM25 retrieval via MCP.
0 tools
Everything Search
Integrates with the Everything Search Engine to enable file search and management across large file systems using advanced query options and
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "zoekt": {
      "url": "None",
      "transport": "http"
    }
  }
}