Back to search
30
MCP

src-mcp

npm/src-mcp

MCP server for semantic code search and codebase analysis — Treesitter parsing, AST extraction, and embedding-based indexing for any LLM that supports MCP

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

Similar MCP servers embedding-nearest

Code Analyze MCP
MCP server for code structure analysis using tree-sitter.
0 tools
acemcp
MCP server for codebase indexing and semantic search with multi-encoding support and .gitignore integration
0 tools
@smallthinkingmachines/semantic-code-mcp
MCP server for semantic code search using AST-aware chunking and vector embeddings
0 tools
acemcp-fast
MCP server for codebase indexing and semantic search with multi-encoding support and .gitignore integration
0 tools
cocode-mcp
High-performance MCP server for semantic codebase search with hybrid retrieval (vector + BM25 + symbol search)
0 tools
jcodemunch-mcp
Token-efficient MCP server for source code exploration via tree-sitter AST parsing
0 tools

How to use

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

{
  "mcpServers": {
    "src-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}