High-performance Rust MCP server that indexes codebases via vector + graph databases for AI coding agents
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"knot": {
"command": "cargo",
"args": [
"run",
"--",
"knot"
]
}
}
}
Run in terminal:
claude mcp add knot cargo run -- knot
Add to .cursor/mcp.json:
{
"mcpServers": {
"knot": {
"command": "cargo",
"args": [
"run",
"--",
"knot"
]
}
}
}