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
Read more about setting up the GameBrain MCP server. Simply get your free API key and copy this config into your MCP client:
{
"mcpServers": {
"gamebrain": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.gamebrain.co/v1/mcp?api-key=YOUR_KEY"
]
}
}
}
Install via CLI
npx mdskills install ddsky/gamebrain-api-clientsMCP Setup is a free, open-source AI agent skill. Read more about setting up the GameBrain MCP server. Simply get your free API key and copy this config into your MCP client:
Install MCP Setup with a single command:
npx mdskills install ddsky/gamebrain-api-clientsThis downloads the skill files into your project and your AI agent picks them up automatically.
MCP Setup works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.