A simple and easy-to-use MCP Host CLI that provides a command-line interface for creating and managing MCP hosts. Built by Liu Jilong, this tool leverages the Model Context Protocol SDK to establish connections between AI assistants and external services. The implementation includes both client and server components, allowing users to quickly set up an MCP host environment through a streamlined CLI experience. It's particularly useful for developers looking to integrate AI capabilities with their applications without dealing with complex configuration processes.
No reviews yet. Be the first to review!
Sign in to join the conversation
Retrieve a list of all tools available on the servers.
Invoke a specific tool on a server. Parameters: server_name (string), tool_name (string), tool_args (object)
Retrieve a list of all resources available on the servers.
Read a specific resource from a server. Parameters: server_name (string), resource_uri (string)
Update the server connection based on the configuration file without restarting the host service.