mcp server for rust code semantic hybrid search bm25 + embeddings with tree-sitter, gpu accelerated indexing and merkle tree updates
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rust-code-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"rust-code-mcp"
]
}
}
}
Run in terminal:
claude mcp add rust-code-mcp cargo run -- rust-code-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"rust-code-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"rust-code-mcp"
]
}
}
}