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
IntermediateEstimated 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.Additional Resources
Author Information
24
Followers
7
Repositories
0
Gists
0
Total Contributions
Related MCPs
mcp-host-client
1
The MCP Host Client is a Tauri-based desktop application written in Rust that functions as a Model Context Provider (MCP) client. It communicates with a server via JSON-RPC and allows users to list available tools and call specified tools with arguments. This enables easy interaction with the MCP server.