mcp-attr-example-cargo-metadata

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

  1. Metadata retrieval
  2. Package information access
  3. Dependency listing
  4. Build target information
  5. Workspace information access
  6. Feature information retrieval