minesweeper-mcp
by geeknees
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | The logging level (e.g., debug, info, warn, error). | info |
| REQUEST_TIMEOUT_MS | No | The request timeout in milliseconds. | 10000 |
| MINESWEEPER_BASE_URL | Yes | The base URL for the Minesweeper API (e.g., https://example.com). End without a slash. | |
| MINESWEEPER_BEARER_TOKEN | Yes | The bearer token issued by the Rails backend for authentication. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| user_startC | Start a new game for a user slug. |
| game_stateC | Fetch the public state for a game. |
| game_openC | Open a cell in a game. |
| game_flagC | Toggle a flag on a cell. |
| game_chordC | Chord a cell in a game. |
| game_endC | End a game. |
| user_gamesC | List public games for a user slug. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/geeknees/minesweeper-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server