smalltalk-interop-mcp-server
Related Servers
Alternatives to smalltalk-interop-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceMCP server to communicate local Pharo Smalltalk image2212MIT
- AlicenseBqualityDmaintenanceA local MCP server that enables users to evaluate Pharo Smalltalk expressions and retrieve system information via NeoConsole. It provides comprehensive tools for inspecting class definitions, method sources, and system metrics within a Pharo environment.112MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server to list and launch applications on MacOS3 npm19MIT
- FlicenseNot gradedqualityDmaintenanceA production-ready MCP server providing file, system, math, and text utilities through a simple CLI client.-
- AlicenseNot gradedqualityDmaintenanceA minimal WebSocket-based MCP server implementation that enables modern tool integrations with VSCode, Claude, and other applications.4 npmISC
- Apache 2.0
TDQS
Scored across 22 tools
Most tools have a clear verb+resource pairing, and search/list operations are separated by target. However, search_references and search_references_to_class are easy to confuse, and list_classes/list_extended_classes have somewhat similar boundaries.
All tools use snake_case verb_noun naming, with consistent prefixes such as get_, search_, list_, and run_. Multi-word targets like list_extended_classes and search_references_to_class still follow the same readable pattern.
22 tools is on the heavy side for a single server, though the set covers several distinct subdomains: evaluation, source retrieval, search, package management, testing, UI inspection, and settings. A few peripheral tools could reasonably be split out, but the count is not unreasonable.
The server covers discovery, source access, package import/export, and test running, but has notable gaps such as no way to list methods for a specific class, no class hierarchy queries, and no single-test-method runner. Eval and import can cover some mutations indirectly, but the surface is unevenly complete.