| Crates.io | symposium-cargo |
| lib.rs | symposium-cargo |
| version | 0.2.0 |
| created_at | 2025-12-30 03:07:51.412044+00 |
| updated_at | 2025-12-30 21:37:11.666726+00 |
| description | Symposium Cargo proxy - an MCP server connecting to Cargo and a ACP Proxy managing it |
| homepage | |
| repository | https://github.com/symposium-dev/symposium-cargo |
| max_upload_size | |
| id | 2011959 |
| size | 101,006 |
An ACP proxy wrapping a MCP server for executing Cargo commands with structured JSON output.
Part of the Symposium project.
check, build, etc.) via MCP toolsThe server provides MCP tools for common cargo operations:
cargo_check - Run cargo checkcargo_build - Run cargo buildcargo_test - Run cargo test with optional test name/pattern{
"exit_code": 0,
"messages": [
"warning: unused variable",
"error: unexpected semicolon",
],
"stderr": "Checking project v0.1.0",
"command": "cargo check --message-format json",
"build_success": true
}
This server integrates with the Symposium Agent Client Protocol (SACP) framework.