developer tools

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.

python
local
developer tools
0
View on GitHub

Installation

npx -y mumez/pharo-smalltalk-interop-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

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

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub