MCP Hub
Back to servers

Cargo

A specialized MCP server for Rust development that provides access to crate documentation, version information, and workspace metadata via rustdoc JSON and crates.io integration.

Stars
3
Forks
1
Updated
Nov 21, 2025
Validated
Jan 11, 2026

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": []
    }
  }
}

Reviews

No reviews yet

Sign in to write a review