AI & ML
Trust: 39/100 (Limited)Codeix Guide
Fast semantic code search for AI agents — find symbols, references, and callers across any codebase
3 starsby montanetech
Quick Start
Install
npx codeixClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-montanetech-codeix": {
"command": "npx",
"args": [
"codeix"
]
}
}
}