Stats
Actions
Tags
From smalltalk-dev
Connects via HTTP to a Pharo Smalltalk interop server for executing Smalltalk code, inspecting the Pharo image, and environment interaction. Set PHARO_SIS_PORT for local endpoint.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"smalltalk-interop": {
"type": "http",
"command": "uvx",
"args": [
"--from",
"git+https://github.com/mumez/pharo-smalltalk-interop-mcp-server.git",
"pharo-smalltalk-interop-mcp-server"
],
"url": "https://github.com/mumez/pharo-smalltalk-interop-mcp-server.git",
"env": {
"PHARO_SIS_PORT": "8086"
}
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
uvxhttps://github.com/mumez/pharo-smalltalk-interop-mcp-server.gitCommand-line arguments passed to the server process
Environment variables set when the server starts
PHARO_SIS_PORT=8086npx claudepluginhub mumez/smalltalk-dev-plugin --plugin smalltalk-dev