MCP.so
Sign In

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

Category

Other

License

MIT

Runtime

smalltalk

Transports

stdio

Publisher

paulwilke

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

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.

Comments

More Other MCP servers