Semantic Code
Freeby MCP Community
AI-powered semantic code search for coding agents. MCP server with multi-provider embeddings and hybrid search.
v2.3.0Added Apr 12, 2026
mcpsemantic-searchcode-searchembeddingsai
Semantic Code MCP Server
AI-powered semantic code search for coding agents. MCP server with multi-provider embeddings and hybrid search.
Installation
Reviews
Installation
Quick install
npx -y semantic-code-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"semantic-code": {
"command": "npx",
"args": ["-y", "semantic-code-mcp"]
}
}
}