Skip to content
Zed

ClaudeSmalltalk for Zed

io.github.johnmci/claudesmalltalk

MCP server for AI interaction with live Smalltalk images

client:Zed transport:stdio runtime:pypi

Install ClaudeSmalltalk in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "claudesmalltalk": {
      "command": "uvx",
      "args": [
        "claude-smalltalk"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ClaudeSmalltalk in other clients