Skip to content
Back to search
30
MCP

Code Context (Semantic Code Search)

pulsemcp/code context (semantic code search)

Enables semantic code search and understanding by cloning git repositories, splitting code into semantic chunks, and generating embeddings for natural language querying of large codebases

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

Similar MCP servers embedding-nearest

Semantic Context
Provides semantic code search across large codebases using ChromaDB vector storage and configurable embeddings, enabling indexing of local p
0 tools
Code Context Engine
Indexes codebases for AI semantic search, reducing token usage by up to 94% versus file re-reading.
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
Code Context
Compresses codebases into LLM-ready context using AST analysis with surgical read/write tools for TypeScript, Python, PHP, and Dart.
0 tools
Code Context Engine
Index your codebase. AI searches instead of re-reading files. 94% token savings.
0 tools

How to use

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

{
  "mcpServers": {
    "code_context_(semantic_code_search)": {
      "url": "None",
      "transport": "http"
    }
  }
}