hello-mcp
If you are the rightful owner of hello-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Hello-MCP is a simple implementation of the Model Control Protocol (MCP) client and server, designed to help users understand the MCP protocol and its workings.
Hello-MCP is a project that provides a basic implementation of the Model Control Protocol (MCP) client and server. It aims to teach users the essence of the MCP protocol, allowing them to build their own MCP Client and Server. The project offers hands-on experience with MCP implementation but does not cover configuring existing MCP Hosts or implementing generic server functionality. The MCP Client supports registering MCP Servers using both SSE and stdio methods, features an interactive command line chat interface, and supports DeepSeek API conversations. The MCP Server is based on FastMCP, supporting both SSE and stdio, and includes a basic path utility and health check support.
Features
- MCP Client: Supports registering MCP Server (both SSE and stdio methods), interactive command line chat interface, supports DeepSeek API conversations, and streamed response output.
- MCP Server: Simple server based on FastMCP, supports both SSE and stdio, provides a basic path utility, and health check support.