strawberry-mcp
Verified Safeby scaryrawr
Overview
Provides an MCP tool for LLMs to count letter occurrences in words.
Installation
node dist/index.jsSecurity Notes
The server is highly secure due to its simplicity and limited functionality. It implements a single tool that performs local string manipulation with strict input validation (ensuring the 'letter' parameter is a single character). There are no external network calls, file system operations, dynamic code execution (e.g., 'eval'), or handling of sensitive data. The use of StdioServerTransport restricts communication to local process channels, minimizing external attack surface.
Similar Servers
tiger-linear-mcp-server
Provides LLMs with focused tools to interact with the Linear API for issue and project management.
tiger-memory-mcp-server
A backend server for a Minecraft-related application, likely providing data management or proxy services.
mcpd-proxy
Provides a network proxy for Minecraft Protocol connections, facilitating traffic management and potential modifications.
7134-easy-mcp-server
This project provides an easy-to-setup server solution designed to bridge or interact with Minecraft servers, simplifying their management or extending their functionalities.