Pharo MCP Server
@paulwilke
About Pharo MCP Server
Pharo Smalltalk implementation of Anthropic's Model Context Protocol (MCP) server specification. Enables LLMs like Claude to interact with Pharo applications.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Pharo MCP Server?
Pharo MCP Server is a server-side implementation of Anthropic’s Model Context Protocol (MCP) for the Pharo Smalltalk environment. It enables LLMs like Claude to discover and invoke functionalities within Pharo applications through a standardized protocol.
How to use Pharo MCP Server?
Install the server using Metacello with the provided code, then register Pharo methods or blocks as tools using the built‑in API. The server exposes configurable HTTP endpoints for discovery, description, and invocation.
Key features of Pharo MCP Server
- Implements core MCP endpoints: discovery, service description, and invocation.
- Dynamic registration of Pharo methods or blocks as tools.
- Automatic generation of service‑description JSON from registered tools.
- Built on the Teapot micro web framework and NeoJSON for JSON handling.
- Extensible for integration into larger Pharo applications.
- Planned input validation using JSON Schema and helpers for common object models.
Use cases of Pharo MCP Server
- Expose Pharo database queries as tools that an LLM agent can call.
- Allow an LLM to create or modify objects in a Pharo application.
- Let conversational AI trigger domain‑specific actions inside a Pharo system.
FAQ from Pharo MCP Server
What dependencies does Pharo MCP Server require?
It requires the Teapot micro web framework and the NeoJSON library for JSON parsing and generation.
How is Pharo MCP Server installed?
Install it by executing a Metacello script in a Pharo workspace, adjusting the repository URL and baseline name as needed.
What transport does Pharo MCP Server use?
It communicates over HTTP using the Teapot web server. Endpoint paths for description and invocation are configurable.
Does Pharo MCP Server support authentication?
The README does not mention any authentication mechanism.
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
ICSS
chokcoco不止于 CSS
Comments