Minesweeper

Provides a stdio MCP server to control a Rails-based Minesweeper Web/API through start/open/flag/chord/end actions.
  • javascript

2

GitHub Stars

javascript

Language

4 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "geeknees-minesweeper-mcp": {
      "command": "node",
      "args": [
        "/ABSOLUTE/PATH/TO/minesweeper-mcp/dist/index.js"
      ],
      "env": {
        "MINESWEEPER_BASE_URL": "http://localhost:3000",
        "MINESWEEPER_BEARER_TOKEN": "YOUR_TOKEN"
      }
    }
  }
}

Available tools

start

Initiate a new Minesweeper game through the MCP host, triggering the Rails API to set up the game state.

open

Reveal a cell by sending an open action to the Rails API and updating the game state.

flag

Place or remove a flag on a cell through the MCP host to mark suspected mines.

chord

Chord an action by simultaneously revealing adjacent cells according to game rules via the API.

end

Terminate the current game session through the MCP host and clean up resources.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
Minesweeper MCP Server - geeknees/minesweeper-mcp | VeilStrat