Stats
Actions
Tags
From smalltalk-dev
Connects to a remote HTTP endpoint for Smalltalk code validation. Enables checking syntax, style, and errors in Smalltalk code via MCP tools.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"smalltalk-validator": {
"type": "http",
"command": "uvx",
"args": [
"--from",
"git+https://github.com/mumez/smalltalk-validator-mcp-server.git@main",
"smalltalk-validator-mcp-server"
],
"url": "https://github.com/mumez/smalltalk-validator-mcp-server.git@main"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
uvxhttps://github.com/mumez/smalltalk-validator-mcp-server.git@mainCommand-line arguments passed to the server process
npx claudepluginhub mumez/smalltalk-dev-plugin --plugin smalltalk-dev