Skip to content
Cursor

pare cargo for Cursor

io.github.dave-london/pare-cargo

Pare Cargo ג€” Structured Rust cargo operations (build, test, clippy, fmt, doc) as typed JSON.

client:Cursor transport:stdio runtime:npm

Install pare cargo in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "pare-cargo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/cargo"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pare cargo in other clients