mcp-attr-example-cargo-metadata
0
The Cargo Metadata MCP Server is a project that provides metadata information related to Cargo projects using the Model Context Protocol (MCP). It offers various tools to retrieve essential data such as package info, dependencies, and build targets. It integrates with MCP clients for seamless operation.
Cargo Metadata MCP Server
This project implements a server that provides metadata information of Cargo projects using the Model Context Protocol (MCP).
Features
- Retrieve project metadata information
- Obtain package information
- Get dependency list
- Fetch build targets
- Access workspace information
- Acquire feature information
Usage
Build
Build the project with Cargo.
Run
Execute the server using Cargo or directly via the binary.
Integrating with MCP Clients
Configure MCP clients to integrate with the server by modifying their settings to include the Cargo metadata server.
Provided Tools
- Metadata retrieval
- Package information access
- Dependency listing
- Build target information
- Workspace information access
- Feature information retrieval