cargo for VS Code
io.github.dave-london/cargo
Structured Rust cargo operations (build, test, clippy) as typed JSON.
client:VS Code
transport:stdio
runtime:npm
Install cargo in VS Code
.vscode/mcp.json
{
"servers": {
"cargo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paretools/cargo"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs