Back to Home
CODGODMW icon

minesweeper-mcp-server

Verified Safe

by CODGODMW

Overview

Provides a Model Context Protocol server that allows an agent to play Minesweeper by interacting with a local game server.

Installation

Run Command
npx minesweeper-mcp-server

Security Notes

The server itself does not contain obvious security vulnerabilities like 'eval' or hardcoded secrets. Its primary function is to act as a proxy, forwarding commands (start_game, click, flag, unflag) to a local HTTP endpoint (http://localhost:5000/api/play) and returning the resulting image. The 'row' and 'col' arguments are numeric and used in a simple string interpolation, limiting direct injection risks from this server. However, the overall security depends heavily on the trustworthiness and security of the external Minesweeper game server running on 'http://localhost:5000'. If that external server is malicious or vulnerable, it could lead to risks, but this server's code itself is relatively safe.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2026-01-19

Tags

MinesweeperGameMCPServerTypeScript