MCP server for cargo/crates.io/rustdoc
3 stars
Rust
Updated Sep 9, 2025
Documentation
cargo-mcp
MCP server for cargo/crates.io/rustdoc
Installation
console
$ cargo install --git https://github.com/camshaft/cargo-mcpVSCode config
In .vscode/mcp.json:
json
{
"servers": {
"camshaft/cargo-mcp": {
"type": "stdio",
"command": "cargo-mcp"
}
}
}Cline config
json
{
"mcpServers": {
"camshaft/cargo-mcp": {
"command": "cargo-mcp",
"args": [],
"disabled": false,
"autoApprove": []
}
}
}Similar MCP
Based on tags & features
Trending MCP
Most active this week