Back to Home
mamaamacrivi icon

docker-mcp-tutorial

Verified Safe

by mamaamacrivi

Overview

Provides comprehensive dice rolling functionality for tabletop games, RPGs, and general randomization tasks for AI assistants via the Model Context Protocol.

Installation

Run Command
docker run -i --rm dice-mcp-server:latest

Security Notes

The server is self-contained, using Python's `random` module for number generation without external API calls or persistent data storage. It employs input validation for all parameters (e.g., range checks on dice counts/sides). The Dockerfile adheres to security best practices by creating and switching to a non-root user (`mcpuser`). No `eval`, `exec`, or similar dangerous functions are used, and no hardcoded credentials are present. A broad `except` in `parse_dice_notation` could be more specific but does not pose a direct security vulnerability in this context.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens30
Stars0
Forks1
Last Update2025-12-15

Tags

gamingdicerandomizationrpgtabletop