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.

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

Need More Details?

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

View Full Documentation on GitHub

Related MCPs

View all →