kadabra-ai/kadabra-runes
An MCP (Model Context Protocol) server that bridges LLM applications (like Claude Code) with language servers (like rust-analyzer) to enable semantic code navigation.
Platform-specific configuration:
{
"mcpServers": {
"kadabra-runes": {
"command": "npx",
"args": [
"-y",
"kadabra-runes"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...