fsm-mcp-python-examples
Verified Safeby TobiWan1995
Overview
A text-based dungeon crawler demonstrating state-aware applications using the FSM MCP SDK.
Installation
python -m src.crossroads.serverSecurity Notes
The main 'crossroads' server correctly implements session-scoped context, preventing data leakage between users. Hardcoded 'secrets' (game key IDs, test PIN '1234') are for game logic/testing purposes only and are not sensitive production credentials. No 'eval' or other direct code execution vulnerabilities are apparent. The 'lowlevel_test' files use global state, but are explicitly labeled as simplified examples/tests and not the main multi-user application.
Similar Servers
mcpc
Build and compose agentic Model Context Protocol (MCP) servers and tools, enabling AI assistants to discover, integrate, and orchestrate other MCP servers for complex tasks.
rpg-mcp-servers
This server suite provides advanced D&D 5e combat and game state management functionalities for AI-powered Dungeon Master experiences, including 3D spatial combat, character and inventory management, quest tracking, and dynamic spell creation.
turn-based-game-mcp
Demonstrates the Model Context Protocol (MCP) by providing a turn-based games platform with an AI opponent that interacts with a Next.js frontend.
mcp-ai-agent
This repository provides an AI agent designed to interact with and control entities within a Multi-Client Protocol (MCP) environment, likely a game or simulation.