Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

MCP Demo Apps

This repository contains example applications demonstrating how to use the MCP SDKs and Registry Server.

Contents

  • java-demo/ – Spring Boot demo with three services:
    • Order Service
    • User Service
    • Weather Service
  • Planned:
    • python-demo/ – FastAPI app using the MCP Python SDK
    • node-demo/ – Express app using the MCP Node SDK

Quick Start

  1. Clone this repo and the MCP Registry Server.
  2. Start the registry server (see its README).
  3. In java-demo/, follow the instructions in its README.md to run the services.

Architecture

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
Loading

Related Repositories

Contributing

Contributions are welcome! See CONTRIBUTING.md for details.


This repo will be updated as new demo apps are added for Python and Node.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages