Read more about setting up the GameBrain MCP server. Simply get your free API key and copy this config into your MCP client:
Add this skill
npx mdskills install ddsky/gamebrain-api-clientsMinimal setup instructions for remote MCP server but lacks any description of actual capabilities
1# MCP Setup23Read more about setting up the [GameBrain MCP server](https://gamebrain.co/api/docs/mcp-setup). Simply get your free API key and copy this config into your MCP client:45```json6{7 "mcpServers": {8 "gamebrain": {9 "command": "npx",10 "args": [11 "-y",12 "mcp-remote",13 "https://api.gamebrain.co/v1/mcp?api-key=YOUR_KEY"14 ]15 }16 }17}18```19
Full transparency — inspect the skill content before installing.