Skip to content
Back to search
30
MCP

Gemdex

pulsemcp/gemdex

Semantic code search using Gemini embeddings, Milvus vector storage, and AST-aware tree-sitter chunking across 13+ programming languages.

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

Similar MCP servers embedding-nearest

ctx++
Semantic code search and indexing using tree-sitter AST analysis across 13+ languages with call graph traversal and hybrid vector-keyword ra
0 tools
Gemini Embedding
Turns local files into searchable knowledge bases using Gemini embeddings and ChromaDB for semantic search.
0 tools
Grigori
Semantic code search that indexes codebases across multiple programming languages using local embeddings to find relevant code examples base
0 tools
CodeIntel
AI-powered semantic code search using vector embeddings for contextual code loading.
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
Claude Context Local
Provides local semantic code search using EmbeddingGemma embeddings and FAISS vector indexing with intelligent AST chunking for Python, Java
0 tools

How to use

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

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