pharo-mcp-server
0
Pharo MCP Server provides a server-side implementation of the Model Context Protocol (MCP), designed for the Pharo Smalltalk environment. It enables seamless interaction between Pharo applications and modern LLMs like Claude, streamlining integration and enhancing functionality.
Pharo MCP Server
An implementation of Anthropic's Model Context Protocol (MCP) server specification for Pharo Smalltalk, enabling LLMs like Claude to interact with Pharo applications.
Features
- MCP Specification Compliance: Implements endpoints for discovery, service description, and invocation.
- Dynamic Tool Registration: Register Pharo methods or blocks as MCP tools.
- Automatic Service Description: Generates service description JSON.
- Web Server Integration: Built on the Teapot micro web framework.
- JSON Handling: Utilizes NeoJSON for parsing and generation.
- Extensible: Integrated into larger Pharo applications.