Servers
CodeInteliMCP - Intelligent Code Analysis Server
@rahulvgmail
Advanced MCP server for code intelligence with multi-repository support, Tree-sitter parsing, DuckDB graph database, and ChromaDB vector search
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"CodeInteliMCP": {
"command": "python",
"args": [
"setup_for_claude.py"
]
}
}
}