SmalltalkGenie

KentBeck/SmalltalkGenie
★ 0 stars Smalltalk Code/Dev Tools Updated 4d ago
An MCP server for coding in a live Pharo image
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": {
    "smalltalkgenie": {
      "command": "npx",
      "args": [
        "-y",
        "KentBeck/SmalltalkGenie"
      ]
    }
  }
}

README Excerpt

Program a live **Pharo Smalltalk** image from an AI agent — over the **Model Context Protocol (MCP)**, with no bridge process in between. SmalltalkGenie is an MCP server that lives *inside* a Pharo image and speaks MCP directly over HTTP. Point an MCP client (e.g. Claude Code) at it and the agent can define classes and methods, run tests, search the system, rename classes,

Tools (5)

YourNameapply_settingsevalremove_methodsearch_traits_like