Pharo MCP Server
@paulwilke
Pharo MCP Server について
Pharo Smalltalk implementation of Anthropic's Model Context Protocol (MCP) server specification. Enables LLMs like Claude to interact with Pharo applications.
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
ICSS
chokcoco不止于 CSS
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
コメント