Cargo Metadata
Createdfrozenlib
Provides Cargo project metadata information using the Model Context Protocol (MCP).
About
This server implements the Model Context Protocol (MCP) to provide metadata information for Cargo projects. It offers tools to retrieve project metadata, package information, dependencies, build targets, workspace information, and features. By integrating with an MCP client, such as Claude Desktop, developers can access comprehensive project details directly from their development environment, facilitating better understanding and management of their Rust projects.
Key Features
- Retrieves project metadata
- Lists project dependencies
- Provides workspace information
- 0 GitHub stars
- Provides package information
- Gets build targets
- Gets feature information
Use Cases
- Integration with MCP clients like Claude Desktop
- Automated project analysis
- Dependency management