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
58
Forks
6
Issues
0
Programming Languages
System Requirements
No specific requirements are documented
Maintenance Status
ActiveGitHub Topics
24
Followers
7
Repositories
0
Gists
0
Total Contributions
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.