Skip to content
Back to search
30
MCP

Semantic Context

pulsemcp/semantic context

Provides semantic code search across large codebases using ChromaDB vector storage and configurable embeddings, enabling indexing of local project directories with 50+ file type support and retrieval of code snippets with metadata tracking for development teams building knowledge bases and code navigation systems.

Uptime
0.0%
1 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
Claude Context Local
Provides local semantic code search using EmbeddingGemma embeddings and FAISS vector indexing with intelligent AST chunking for Python, Java
0 tools
Code Context Engine
Indexes codebases for AI semantic search, reducing token usage by up to 94% versus file re-reading.
0 tools
CodeIntel
AI-powered semantic code search using vector embeddings for contextual code loading.
0 tools
io.github.danielblomma/cortex
Local repo context for coding assistants with semantic search and graph relationships.
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

How to use

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

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