This repository contains example applications demonstrating how to use the MCP SDKs and Registry Server.
java-demo/– Spring Boot demo with three services:- Order Service
- User Service
- Weather Service
- Planned:
python-demo/– FastAPI app using the MCP Python SDKnode-demo/– Express app using the MCP Node SDK
- Clone this repo and the MCP Registry Server.
- Start the registry server (see its README).
- In
java-demo/, follow the instructions in itsREADME.mdto run the services.
graph TD
Order[Order Service] --> Registry[MCP Registry Server]
User[User Service] --> Registry
Weather[Weather Service] --> Registry
Registry -- Discovery/Status --> Order
Registry -- Discovery/Status --> User
Registry -- Discovery/Status --> Weather
- MCP Registry Server
- MCP Core Java SDK
- MCP Core Python SDK (coming soon)
- MCP Core Node SDK (coming soon)
- Documentation Site
Contributions are welcome! See CONTRIBUTING.md for details.
This repo will be updated as new demo apps are added for Python and Node.js.