Back to Home
optimalhorror icon

rpg-mcp-server

Verified Safe

by optimalhorror

Overview

Manages D&D-style RPG campaign data, including combat, NPCs, and bestiary entries, for AI assistance.

Installation

Run Command
uv run python src/server.py

Security Notes

The server primarily handles local file I/O for data persistence within a dedicated 'campaigns' directory. File paths are safely constructed using a `slugify` function, which effectively prevents directory traversal attacks. There are no 'eval', 'exec', or direct network exposure points (communication is via standard I/O using MCP). No hardcoded secrets were found. The primary security considerations would be file system permissions in the deployment environment and ensuring the integrity of the local JSON data files.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-26

Tags

RPGD&DCampaign ManagementCombatAI Tools