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
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Servers
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Nginx UI
0xJackyYet another WebUI for Nginx
Comments