Demonstrates an MCP server and client implementation, showcasing how to expose a dummy API to an AI chatbot.
This demo project provides a complete example of a Model-Context-Protocol (MCP) setup. It includes a backend service that's consumed by an MCP server, which in turn exposes a standardized interface to MCP clients. An example client, a simple AI chatbot, uses this server to store and retrieve custom information via the backend service, illustrating the benefits of the MCP pattern.