Skip to main content
Glama

Minesweeper MCP Server

by Vic563
package.json598 B
{ "name": "minesweeper-mcp-server", "version": "1.0.0", "description": "A Minesweeper MCP server that allows users to create and play Minesweeper games of any size", "main": "dist/index.js", "module": "./src/index.ts", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch" }, "keywords": ["mcp", "minesweeper", "game", "ai"], "author": "Your Name", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" } }

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/Vic563/mindsweeper-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server