Skip to main content
Developer ToolsPython

mumez/pharo-smalltalk-interop-mcp-server

Pharo Smalltalk integration enabling code evaluation, class/method introspection, package management, test execution, and project installation for interactive development with Pharo images.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/mumez/pharo-smalltalk-interop-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "pharo-smalltalk-interop-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mumez/pharo-smalltalk-interop-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
mumez