C
Cargo MCP
by @camshaft
MCP server for cargo/crates.io/rustdoc
Created 7/16/2025
Updated 5 days ago
README
Repository documentation and setup instructions
cargo-mcp
MCP server for cargo/crates.io/rustdoc
Installation
$ cargo install --git https://github.com/camshaft/cargo-mcp
VSCode config
In .vscode/mcp.json
:
{
"servers": {
"camshaft/cargo-mcp": {
"type": "stdio",
"command": "cargo-mcp"
}
}
}
Cline config
{
"mcpServers": {
"camshaft/cargo-mcp": {
"command": "cargo-mcp",
"args": [],
"disabled": false,
"autoApprove": []
}
}
}
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/camshaft/cargo-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"camshaft-cargo-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/camshaft/cargo-mcp"
]
}
}
}