SMS
by lmazure
Overview
This MCP server integrates AI assistants with SquashTM to enable creation and management of test cases, requirements, and project folders.
Installation
npx -y github:lmazure/SMS#v0.0.9Environment Variables
- SQUASHTM_URL
- SQUASHTM_API_KEY
- SMS_LOG_FILE
Security Notes
The project explicitly states: '⚠️ This is a learning/playground project. **Do not use!**' which implies it's not production-ready or fully hardened against security vulnerabilities. It handles a SquashTM API key via environment variables, which is a good practice. No 'eval' or obvious obfuscation was found. Network requests are made to an external SquashTM instance, so the security also depends on the SquashTM instance itself. Error logging could potentially expose sensitive information to the `SMS_LOG_FILE` if not carefully managed.
Similar Servers
FerrumMCP
A browser automation server for AI assistants, enabling interaction with web pages through the Model Context Protocol.
mcp
This MCP server assists developers by identifying inefficient or outdated npm packages in install commands and source files, providing migration documentation.
n7m-mcp
Provides AI assistants with geocoding, reverse geocoding, and OpenStreetMap object lookup capabilities via the Model Context Protocol.
mcp-servers
Provides server-side logic and functionality, likely related to Minecraft modding or a custom game experience using the Mod Coder Pack.