Back to Home
Xioto-ytb icon

minesweeper-mcp-server

Verified Safe

by 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

Run Command
node build/index.js

Security 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

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens5000
Stars0
Forks0
Last Update2026-01-19

Tags

MinesweeperGameMCPAdapterTypeScript