trackmcp
Back to directory

MCP server for cargo/crates.io/rustdoc

3 stars RustDeveloper Kits Updated Sep 9, 2025

Documentation

cargo-mcp

MCP server for cargo/crates.io/rustdoc

Installation

console
$ cargo install --git https://github.com/camshaft/cargo-mcp

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

Frequently asked questions

What is cargo-mcp?

cargo-mcp is MCP server for cargo/crates.io/rustdoc

How do I install cargo-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is cargo-mcp open source?

Yes — it is hosted on GitHub at https://github.com/camshaft/cargo-mcp and has 3 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP