strawberry-mcp
Verified Safeby scaryrawr
Overview
This MCP server provides a tool for Large Language Models (LLMs) to count the occurrences of a specific letter within a given word, serving as a simple joke/learning example for building MCP tools.
Installation
node dist/index.jsSecurity Notes
The server uses `StdioServerTransport`, meaning it communicates via standard input/output, which is generally safe for local processes as it does not expose network ports. There are no external network requests made by the core logic of this server, no hardcoded secrets, and no use of dangerous functions like `eval`. Input validation is present for the `letter` parameter, ensuring it's a single character. The server is designed for a very specific, contained task, minimizing attack surface.
Similar Servers
tiger-linear-mcp-server
This server acts as a wrapper for the Linear API, providing focused tools for LLMs to manage and query issue tracking and project data.
tiger-memory-mcp-server
A backend server for a Minecraft-related application, likely providing data management or proxy services.
taias
A lightweight TypeScript framework designed to enable Multi-Modal Agent (MMA) or Multi-Modal Chat Protocol (MCP) server developers to define interactive flows and map them to LLM guidance and dynamic UI affordances, shaping user experiences within AI-driven interfaces.
mcpd-proxy
Provides a network proxy for Minecraft Protocol connections, facilitating traffic management and potential modifications.