Skip to content
VS Code

ClaudeSmalltalk for VS Code

io.github.johnmci/claudesmalltalk

MCP server for AI interaction with live Smalltalk images

client:VS Code transport:stdio runtime:pypi

Install ClaudeSmalltalk in VS Code

.vscode/mcp.json

{
  "servers": {
    "claudesmalltalk": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "claude-smalltalk"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ClaudeSmalltalk in other clients