Ultracode
Freeby MCP Community
Codebase RAG MCP server for code understanding - semantic search, duplicate detection, impact analysis for TS/JS/Python/C#/Go/Rust/Java/C++/Kotlin/Swift/Zig/Bas
v5.15.0Added Apr 12, 2026
mcpmodel-context-protocolcode-analysisgraphrag
Ultracode MCP Server
Codebase RAG MCP server for code understanding - semantic search, duplicate detection, impact analysis for TS/JS/Python/C#/Go/Rust/Java/C++/Kotlin/Swift/Zig/Bas
Installation
Reviews
Installation
Quick install
npx -y ultracode
Add to claude_desktop_config.json
{
"mcpServers": {
"ultracode": {
"command": "npx",
"args": ["-y", "ultracode"]
}
}
}