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.
Quick Start
Clone the repository:
git clone https://github.com/mumez/pharo-smalltalk-interop-mcp-serverClaude 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.