Back to Home
justinglittle icon

mcpservertest

Verified Safe

by 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

Run Command
docker-compose up utilities-mcp

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens30
Stars0
Forks0
Last Update2026-01-16

Tags

MCP ServerUtilitiesNode.jsAgent ToolDice Roller