Skip to content
Back to search
30
MCP

AmanMCP

pulsemcp/amanmcp

Provides local-first semantic code search with hybrid BM25 and vector embeddings, featuring automatic project indexing and zero-config setup.

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

Similar MCP servers embedding-nearest

@smallthinkingmachines/semantic-code-mcp
MCP server for semantic code search using AST-aware chunking and vector embeddings
0 tools
cocode-mcp
High-performance MCP server for semantic codebase search with hybrid retrieval (vector + BM25 + symbol search)
0 tools
acemcp
MCP server for codebase indexing and semantic search with multi-encoding support and .gitignore integration
0 tools
NeuroMCP
Semantic memory for AI agents with hybrid search, knowledge graph, and memory consolidation.
0 tools
acemcp-fast
MCP server for codebase indexing and semantic search with multi-encoding support and .gitignore integration
0 tools
Paparats – Local Semantic Code Search MCP
Local-first semantic code search across all your repos. Private context for AI coding assistants.
0 tools

How to use

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

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