Used by 2 plugins
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"
]
}
}
}docker