smalltalk-validator-mcp-server

mumez/smalltalk-validator-mcp-server
★ 2 stars Python 📁 File System Updated 7d ago
MCP server for validating tonel formatted st files and smalltalk methods
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "smalltalk-validator-": {
      "command": "uvx",
      "args": [
        "smalltalk-validator-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install smalltalk-validator-mcp-server

Topics

mcp-serversmalltalk