Back to MCP Servers
Pharo Smalltalk Interop
Pharo Smalltalk integration enabling code evaluation, class/method introspection, package management, test execution, and project installation for interactive development with Pharo images.
developer-tools
By mumez
Installation
npx -y pharo-smalltalk-interop-mcp-serverConfiguration
{
"mcpServers": {
"pharo-smalltalk-interop-mcp-server": {
"command": "npx",
"args": ["-y", "pharo-smalltalk-interop-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes