Content
# 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": []
}
}
}
```
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.