mcp-discovery

MCP Discovery is a command-line tool written in Rust designed for discovering and documenting the capabilities of MCP Servers. It launches an MCP Server using provided commands and queries its capabilities and resources. Results can be displayed in the terminal or saved to files in Markdown, HTML, or plain text formats.

GitHub Stars

47

User Rating

Not Rated

Favorites

0

Views

56

Forks

6

Issues

0

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Rust: Install the latest version.

Installation Steps

1. Clone Repository

bash
git clone https://github.com/rust-mcp-stack/mcp-discovery.git
cd mcp-discovery

2. Build and Install

bash
cargo build --release

3. Run

bash
./target/release/mcp-discovery

Troubleshooting

Common Issues

Issue: Command not found Solution: Ensure Rust is installed correctly.