mindreset-mcp
Related Servers
Alternatives to mindreset-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceA simple demonstration MCP server that provides an echo tool and resource for learning how to build MCP servers. Serves as a starting point and template for creating custom MCP server implementations.1-
- FlicenseNot gradedqualityCmaintenanceMCP server providing greeting and echo tools for testing and demonstration.-
- AlicenseNot gradedqualityBmaintenanceUnified MCP server for graphics manipulation with multiple backends.38 PyPI1BSD 3-Clause
- FlicenseAqualityDmaintenanceA simple MCP server that provides greeting tools and server information.1-
- AlicenseAqualityCmaintenanceAn MCP server for interacting with Discord.1988 npm11MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server providing tools for image processing operations91 PyPI330PythonMIT
TDQS
Scored across 4 tools
Three of the four tools send text to the device screen, with overlapping purposes (simple text, complex text with signature, text with icon/link). The descriptions hint at differences, but an agent could easily struggle to choose the right one without more explicit guidance.
All names use the mindreset_ prefix and snake_case, which is consistent. However, the suffix patterns vary (simple_text, complex_text, text_with_icon, image) rather than following a strict verb_noun convention.
Four tools is a well-scoped set for a device display integration, covering both text and image output. Each tool appears to serve a distinct display variant, so none feels redundant at the count level.
The surface covers the core operations of sending text and images to the device, which is likely the main use case. Minor gaps exist, such as clearing the screen or querying device status, but these are workaroundable by sending new content.