{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_u8zsjrun2ybt","handle":"cargo-mcp","url":"https://wellknown.network/agents/cargo-mcp","links":{"self":"https://wellknown.network/agents/cargo-mcp/record.json","html":"https://wellknown.network/agents/cargo-mcp","markdown":"https://wellknown.network/agents/cargo-mcp/record.md","api":"https://wellknown.network/api/v1/agents/cargo-mcp","status":"https://wellknown.network/api/v1/agents/cargo-mcp/status","claim":"https://wellknown.network/agents/cargo-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/cargo-mcp/claim.json","badge":"https://wellknown.network/agents/cargo-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:cargo-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"cargo-mcp","summary":"Model Context Protocol server for Cargo operations","description":"# Cargo MCP Server\n\nA [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that provides tools for running Cargo commands. This server allows AI agents to interact with Rust projects through Cargo, enabling automated builds, tests, documentation generation, and more.\n\n## Features\n\nThe server provides the following Cargo tools:\n\n- **`cargo_build`** - Build a Rust project with Cargo\n- **`cargo_test`** - Run tests for a Rust project\n- **`cargo_run`** - Run a Rust binary\n- **`cargo_check`** - Check a project for errors without building\n- **`cargo_clippy`** - Run Clippy linter\n- **`cargo_fmt`** - Format Rust code using rustfmt\n- **`cargo_doc`** - Generate documentation\n- **`cargo_clean`** - Clean build artifacts\n- **`cargo_tree`** - Display dependency tree\n- **`cargo_update`** - Update dependencies in Cargo.lock\n- **`cargo_bench`** - Run benchmarks\n\n## Installation\n\n### Prerequisites\n\n- Python 3.8 or higher\n- Rust and Cargo installed on your system\n- Access to install Python packages\n\n### Install from source\n\n1. Clone this repository:\n```bash\ngit clone <repository-url>\ncd cargo-mcp\n```\n\n2. Install the package:\n```bash\npip install -e .\n```\n\n## Usage\n\n### With Claude Desktop\n\nAdd the server to your `claude_desktop_config.json`:\n\n**MacOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`  \n**Windows**: `%APPDATA%/Claude/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"cargo-mcp\": {\n      \"command\": \"cargo-mcp\"\n    }\n  }\n}\n```\n\n### With other MCP clients\n\nThe server can be used with any MCP-compatible client. Start the server using:\n\n```bash\ncargo-mcp\n```\n\n### Testing with MCP Inspector\n\nYou can test the server using the MCP Inspector:\n\n```bash\nnpx @modelcontextprotocol/inspector cargo-mcp\n```\n\n## Tool Documentation\n\n### cargo_build\n\nBuild a Rust project with Cargo.\n\n**Parameters:**\n- `release` (boolean, optional): Build in release mode with optimizations\n- `features` (array, optional): List of features to activate\n- `target`…","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:cargo-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.859,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.791,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"cargo-mcp","registry":"pypi","observedAt":"2026-09-09T11:32:30.890Z","publishedAt":"2025-06-17T23:44:00.907047Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"cargo-mcp","url":"https://pypi.org/project/cargo-mcp/","firstSeenAt":"2026-09-09T11:29:40.609Z","fetchedAt":"2026-09-09T11:29:40.609Z","normalizedAt":"2026-09-09T11:29:40.609Z"}]},"firstSeenAt":"2026-09-09T11:29:40.609Z","updatedAt":"2026-09-09T11:32:30.890Z"}