trelix for VS Code
io.github.sairam0424/trelix
Semantic code search for AI agents — hybrid BM25+vector, call-graph, 20+ languages.
client:VS Code
transport:stdio
runtime:pypi
Install trelix in VS Code
.vscode/mcp.json
{
"servers": {
"trelix": {
"type": "stdio",
"command": "uvx",
"args": [
"trelix-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs