Back to directory
mumez/pharo-smalltalk-interop-mcp-server

mumez/pharo-smalltalk-interop-mcp-server

@mumez

A local MCP server to communicate with local Pharo Smalltalk image for code evaluation, introspection, and debugging

smalltalkpharodevelopmentcode-evaluationdebuggingmcp-serverinteropdevelopment-toolstool

Installation & Configuration

{
  "mcpServers": {
    "smalltalk-interop": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/mumez/pharo-smalltalk-interop-mcp-server.git",
        "pharo-smalltalk-interop-mcp-server"
      ],
      "env": {
        "PHARO_SIS_PORT": "8086"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/11
Updated
2026/6/12