mcpservertest
Verified Safeby justinglittle
Overview
This server acts as a Model Context Protocol (MCP) agent, providing basic utility tools like a health check and a dice roller, designed to be integrated with larger AI models or agent systems.
Installation
docker-compose up utilities-mcpEnvironment Variables
- MCP_SERVER_NAME
- MCP_SERVER_VERSION
- DICE_DEFAULT_SIDES
Security Notes
The server primarily uses standard I/O (StdioServerTransport) for communication, minimizing direct network exposure. Tools are loaded dynamically from a fixed, internal directory ('./tools'), which is generally safe as long as the Docker image build process is secure and not susceptible to arbitrary file injection. No 'eval' or other highly dangerous dynamic code execution methods were found. Configuration relies on environment variables, preventing hardcoded secrets.
Similar Servers
rpg-mcp
Provides an MCP server with RPG utilities like dice rolling, success checks, and random event generation for Large Language Models.
mcp_server
This server implements the Model Context Protocol (MCP) to expose developer-defined tools as a HTTP API, specifically demonstrating a task creation tool.
mcp
A modular, config-driven Model Context Protocol (MCP) server designed to expose a variety of configurable tools (filesystem, shell, HTTP, utilities) to AI agents via JSON-RPC over stdio, with a strong emphasis on security through configuration.
BoostHub
An MCP (Model Context Protocol) server designed to boost developer productivity by offering AI-driven code review prompts, code rule generation, and utility tools for integration with clients like Cursor.