Connects Claude Desktop to a running Squeak or Cuis Smalltalk image over TCP or MQTT. You get 14 tools: evaluate expressions, browse classes, read and write methods, navigate hierarchies, save the image. The architecture is clever: Claude Desktop calls a single smalltalk_task tool, which delegates to your choice of LLM (Ollama, Anthropic, OpenAI, xAI) to do the actual Smalltalk work. That means the Smalltalk reasoning happens in a separate model, and with Ollama your source code never leaves your machine. Reach for this if you're doing live Smalltalk development and want LLM assistance without manually copying code back and forth or exposing your work to cloud APIs.
claude mcp add --transport stdio corporatesmalltalkconsultingltd-claudesmalltalk uvx claudesmalltalk