← Index

Codeix

io.github.montanetech/codeix·v0.5.0·Search
Quality Score
87
/100

Fast semantic code search for AI agents — find symbols, references, and callers across any codebase

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "codeix": {
      "command": "npx",
      "args": [
        "-y",
        "codeix"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "codeix": {
      "command": "npx",
      "args": [
        "-y",
        "codeix"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y codeix
Claude Desktop (uvx)
{
  "mcpServers": {
    "codeix": {
      "command": "uvx",
      "args": [
        "codeix"
      ]
    }
  }
}
§03  MCP Quality Score  ·  methodology
freshness
22
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Search