Skip to content
Back to search
30
MCP

seekq

pulsemcp/seekq

Semantic code search tool for local codebases using BGE-Small embeddings, tree-sitter-aware chunking, and hybrid BM25 retrieval via MCP.

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

Similar MCP servers embedding-nearest

Code Context (Semantic Code Search)
Enables semantic code search and understanding by cloning git repositories, splitting code into semantic chunks, and generating embeddings f
0 tools
Codebaxing
Provides semantic code search capabilities using natural language queries, indexing codebases with Tree-sitter parsing, all-MiniLM-L6-v2 emb
0 tools
AmanMCP
Provides local-first semantic code search with hybrid BM25 and vector embeddings, featuring automatic project indexing and zero-config setup
0 tools
@smallthinkingmachines/semantic-code-mcp
MCP server for semantic code search using AST-aware chunking and vector embeddings
0 tools
Gemdex
Semantic code search using Gemini embeddings, Milvus vector storage, and AST-aware tree-sitter chunking across 13+ programming languages.
0 tools
SeekLink
Local read-only semantic search for Markdown vaults through MCP.
0 tools

How to use

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

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