Back to search
30
MCP

@smallthinkingmachines/semantic-code-mcp

npm/@smallthinkingmachines/semantic-code-mcp

MCP server for semantic code search using AST-aware chunking and vector embeddings

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

Similar MCP servers embedding-nearest

doc-index-mcp
MCP server for semantic document search with boundary-aware chunking
0 tools
src-mcp
MCP server for semantic code search and codebase analysis — Treesitter parsing, AST extraction, and embedding-based indexing for any LLM tha
0 tools
acemcp
MCP server for codebase indexing and semantic search with multi-encoding support and .gitignore integration
0 tools
logseq-2-mcp
MCP server for semantic search over Logseq journal entries
0 tools
acemcp-fast
MCP server for codebase indexing and semantic search with multi-encoding support and .gitignore integration
0 tools
@knowledgine/mcp-server
MCP server exposing knowledge search tools for AI coding assistants
0 tools

How to use

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

{
  "mcpServers": {
    "@smallthinkingmachines/semantic-code-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}