Provides a proof-of-concept Model Context Protocol server implemented in Roc.
This project serves as a basic, proof-of-concept Model Context Protocol (MCP) server written in Roc. Developed quickly as an initial demonstration, it enables users to understand and interact with the MCP specification. It's designed to facilitate testing and integration with MCP-compatible clients, such as Claude desktop, by handling standard protocol messages like initialization, tool listing, and tool invocation.
Características Principales
01Configurable for use with Claude desktop
02Provides a 'current_datetime' example tool
031 GitHub stars
04Communicates over Stdin/Stdout using JSON-RPC
05Implements Model Context Protocol (MCP)
06Supports MCP initialization handshake
Casos de Uso
01Testing Model Context Protocol client integrations
02Demonstrating server-side capabilities of the Roc programming language
03Developing and experimenting with custom MCP server functionalities