Back to Home
nullchimp icon

the-mcp-server-game

Verified Safe

by nullchimp

Overview

This server acts as a Model Context Protocol (MCP) bridge, enabling AI agents to interact with a Dungeon Crawler Game API using standardized tools.

Installation

Run Command
./start.sh

Environment Variables

  • MCP_PORT
  • GAME_API_URL
  • PORT
  • NODE_ENV

Security Notes

The server demonstrates good security practices for its intended use case. Input validation is in place for API routes, preventing common injection vulnerabilities. Error handling suppresses detailed messages in production. No 'eval()' or direct, unsecured arbitrary code execution patterns were found. Database interactions via SQLite are handled using prepared statements (implicitly by the `sqlite3` library's `db.run` and `db.get` with parameters), mitigating SQL injection risks. Configuration variables are externalized through environment variables, avoiding hardcoded secrets. While CORS is enabled, for a local AI agent interaction, this is acceptable. The use of shell scripts for starting/stopping servers (which use `lsof` and `kill`) is for system management and not exposed to arbitrary external input, thus not a security concern for the Node.js application itself.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2026-01-16

Tags

Dungeon CrawlerAI ToolsNode.jsGame APISSE