Skip to content
Back to search
30
MCP

Grigori

pulsemcp/grigori

Semantic code search that indexes codebases across multiple programming languages using local embeddings to find relevant code examples based on functionality rather than exact keywords.

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

Similar MCP servers embedding-nearest

Gemdex
Semantic code search using Gemini embeddings, Milvus vector storage, and AST-aware tree-sitter chunking across 13+ programming languages.
0 tools
TeaRAGs
Provides semantic code search across large codebases using vector embeddings and AST-aware chunking with git metadata integration for intell
0 tools
Opty
Semantic code search using hyperdimensional computing to index and query functions, types, and imports.
0 tools
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
io.github.jghiringhelli/codeseeker
Graph-powered code intelligence with semantic search and knowledge graph for AI assistants
0 tools
CodeIntel
AI-powered semantic code search using vector embeddings for contextual code loading.
0 tools

How to use

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

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