minesweeper-mcp-server
Verified Safeby Xioto-ytb
Overview
An MCP server acting as an adapter for a Minesweeper game, enabling an agent to interact with the game via defined tools.
Installation
node build/index.jsSecurity Notes
The server itself uses numeric inputs for coordinates ('row', 'col') and constructs URLs to a local game server safely. There is no direct 'eval' or obvious malicious patterns found in the provided code. However, the server relies on an external, unprovided HTTP server running on `http://localhost:5000` to handle game logic and image generation. The security of the overall system is dependent on this external component, which is outside the scope of this repository's code.
Similar Servers
taias
A lightweight TypeScript framework designed to enable Multi-Modal Agent (MMA) or Multi-Modal Chat Protocol (MCP) server developers to define interactive flows and map them to LLM guidance and dynamic UI affordances, shaping user experiences within AI-driven interfaces.
strawberry-mcp
This MCP server provides a tool for Large Language Models (LLMs) to count the occurrences of a specific letter within a given word, serving as a simple joke/learning example for building MCP tools.
mcp_server_ts
A Node.js Model Context Protocol (MCP) server designed to expose defined tools, currently featuring a placeholder 'create-user' capability, for interaction with external models or clients.
minesweeper-mcp-server
Provides a Model Context Protocol server that allows an agent to play Minesweeper by interacting with a local game server.