★ 0 stars
Rust
🧠 Memory/Knowledge
Updated 2d ago
Streamable-HTTP MCP server with Rust docs, clippy, rustfmt, crates.io lookup, rustc explain, and a Playground bridge.
View on GitHub →
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-docsbox-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"rust-docsbox-mcp"
]
}
}
}
Run in terminal:
claude mcp add rust-docsbox-mcp cargo run -- rust-docsbox-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"rust-docsbox-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"rust-docsbox-mcp"
]
}
}
}
README Excerpt
A streamable-HTTP [Model Context Protocol](https://modelcontextprotocol.io) server that gives LLM coding agents typed access to: - Rust standard library + popular crate documentation (offline corpus, online fallback) - `cargo clippy` (check + auto-fix) on user-supplied snippets - `rustfmt` formatting
Tools (15)
RUST_DOCSBOX_BINDRUST_DOCSBOX_CORPUS_DIRRUST_DOCSBOX_TARGET_DIRRUST_LOGclippy_checkclippy_fixcrate_infocrate_searchget_documentationlist_sectionsplayground_linkplayground_runrun_locallyrustc_explainrustfmt