MCP

Evref-BL/MCP
★ 2 stars Smalltalk 🌐 Browser/Web Updated 4d ago
A MCP server for Pharo
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Evref-BL/MCP"
      ]
    }
  }
}

README Excerpt

This repository provides an implementation of a Model Context Protocol (MCP) server in Pharo Smalltalk. The server exposes a set of tools and capabilities for interacting with the Pharo image via HTTP. 1. **Install Pharo** Download and install [Pharo](https://pharo.org/download). This project currently supports Pharo 12 and Pharo 13.