Zakarialabib/rustools-mcp
Rustools mcp server connects your LLM (Trae, Cursor, Claude) directly to the Rust ecosystem enabling it to fetch accurate documentation, explain concepts, and fix errors in real-time.
Platform-specific configuration:
{
"mcpServers": {
"rustools-mcp": {
"command": "npx",
"args": [
"-y",
"rustools-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...