Skip to content
Cursor

trelix for Cursor

io.github.sairam0424/trelix

Semantic code search for AI agents — hybrid BM25+vector, call-graph, 20+ languages.

client:Cursor transport:stdio runtime:pypi

Install trelix in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "trelix": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "trelix-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

trelix in other clients