Stats
Actions
Tags
From b00t
Runs locally via Docker container to provide RAG-based access to Rust crate documentation using Cargo. Enables querying docs for Rust packages. No secrets needed.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"rust-crate-docs-docker": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/promptexecution/rust-cargo-docs-rag-mcp:latest",
"stdio"
]
}
}
}Server configuration and connection parameters
dockerCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub elasticdotventures/_b00t_ --plugin skill-document-understanding