camshaft

cargo-mcp

Community camshaft
Updated

MCP server for cargo/crates.io/rustdoc

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

MCP Server · Populars

MCP Server · New