rpg-mcp
Verified Safeby jnaskali
Overview
Provides an MCP server with RPG utilities like dice rolling, success checks, and random event generation for Large Language Models.
Installation
docker compose up rpg-mcpSecurity Notes
The code does not use 'eval' or other directly exploitable functions. Input validation is present for critical parameters like probabilities and dice expressions. No hardcoded secrets are evident. The use of 're.fullmatch' for dice rolling prevents injection. File operations for corporation names use standard safe practices. The `fastmcp` framework is designed for secure tool execution, but HTTP/SSE transport (if enabled) would require external security measures.
Similar Servers
action_mcp
ActionMCP is a Ruby gem providing Model Context Protocol (MCP) server capabilities to Rails applications, enabling AI assistants to connect to external data sources and tools.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-use-cli
An interactive command-line interface (CLI) tool for connecting to and interacting with Model Context Protocol (MCP) servers using natural language, acting as an AI client that orchestrates LLM responses with external tools.
ellymud
AI integration with a Node.js-based Multi-User Dungeon (MUD) game server, enabling AI agents to interact with game logic.