PluginBench
MCP Server

trelix MCP Server

io.github.sairam0424/trelix

What is the trelix MCP server?

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

How to install trelix

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "trelix": {
      "command": "uvx",
      "args": [
        "trelix-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "trelix": {
      "command": "uvx",
      "args": [
        "trelix-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "trelix": {
      "command": "uvx",
      "args": [
        "trelix-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "trelix": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "trelix-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add trelix -- uvx trelix-mcp

Related MCP servers

Sandboxed AI-native bash with 70 agentic tools: run_bash, code edit/diff, WASM Python/JS.

View repository →

Read the MindForge engine over MCP: knowledge graph, project health, and audit log.

View repository →