game-agents
Verified Safeby Alienware2000
Overview
A sandbox for learning agentic development, where LLM-driven agents interact with game environments via the Model Context Protocol (MCP).
Installation
mcp dev mcp_gridworld_server.pyEnvironment Variables
- GROQ_API_KEY
Security Notes
The server uses the official FastMCP SDK and exposes specific game actions as tools, limiting arbitrary command execution. LLM output parsing includes JSON decoding with error handling, preventing direct code injection via `eval()` or similar dangerous functions. Sensitive API keys are managed via environment variables. The architecture promotes separation of concerns, which enhances security.
Similar Servers
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
git-mcp-server
A Model Context Protocol (MCP) server that provides Git-specific tools and resources for AI/LLM agents to interact with version control systems.
agentor
Build and deploy scalable AI agents that can interact with various tools and communicate via A2A and MCP protocols.
Polymcp
A comprehensive TypeScript framework for building and orchestrating Model Context Protocol (MCP) servers and AI agents, enabling LLMs to intelligently discover, select, and execute external tools.