Skip to content

camshaft/cargo-mcp

Repository files navigation

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

About

MCP server for cargo/crates.io/rustdoc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages