Monkey
Createdjamesmontemagno
Enables communication between components in a model-driven system using the Model Context Protocol.
About
Monkey provides a Model Context Protocol (MCP) server implementation for facilitating interactions between components in model-driven systems. Built with .NET, it offers a communication protocol that simplifies the integration of various tools and services. The server includes features such as standard I/O transport, custom tool integration, and a sample service for fetching monkey data from an API endpoint, demonstrating how to set up a basic MCP server with custom extensions.
Key Features
- Exposes tools for retrieving monkey data and echoing messages
- Supports custom tool integration with attributes
- Built with .NET 9.0 and ModelContextProtocol library
- 16 GitHub stars
- Includes a sample MonkeyService to fetch data from an API
- Uses standard I/O for client communication
Use Cases
- Creating a communication protocol for interacting with various components
- Integrating custom tools into a model-driven system
- Fetching and managing data from external APIs within an MCP environment