semcode-mcp
v0.1.2
Published
Semantic code search MCP server: Tree-sitter AST chunking + voyage-code-3 embeddings + hybrid retrieval (sqlite-vec + FTS5 + RRF) + Voyage rerank-2.5 + call graph expansion. Thin npx wrapper that launches the Python package via uvx.
Maintainers
Readme
semcode-mcp (npm wrapper)
Thin npx wrapper for the semantic-code-mcp Python MCP server (published as semcode-mcp). It launches the PyPI package via uvx (or a pip-installed console script).
Prerequisite: uv or pip install semcode-mcp.
MCP client config
{
"mcpServers": {
"semantic-code": {
"command": "npx",
"args": ["-y", "semcode-mcp"],
"env": {
"VOYAGE_API_KEY": "your-voyage-key"
}
}
}
}Full docs: https://github.com/huawang1258/semantic-code-mcp
