PharoMCP

rvillemeur/PharoMCP
★ 0 stars Smalltalk AI/LLM Updated 1d ago
MCP implementation server in Pharo
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pharomcp": {
      "command": "npx",
      "args": [
        "-y",
        "rvillemeur/PharoMCP"
      ]
    }
  }
}

README Excerpt

MCP (Model Context Protocol) server for Pharo Smalltalk. Runs locally over HTTP, letting Claude interact with a live Pharo image — evaluate code, browse classes, read method source. **Requires:** Pharo 10 or 11. --- | Tool | Description | |------|-------------| | `evaluate_pharo` | Evaluate any Pharo expression, returns `printString` of result |

Tools (20)

Stringclass_commentclass_createclass_definitionclass_hierarchyclass_removecompile_methoddelete_methodevaluate_pharofind_implementorsfind_senderslist_classeslist_methodslist_packagesmethod_movemethod_renamemethod_sourcemy_toolpackage_createpackage_remove