Back to Catalog

gamebrain-api-clients

ddsky/gamebrain-api-clients
🔗 Latest commit:8dd4940
Java
Gaming

MCP server from ddsky/gamebrain-api-clients

GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:1
👥 Contributors:1
📋 Total Issues:0
📦 Has Releases:No
🔧 Has CI/CD Pipeline:No
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
{
  "mcp-remote": {
    "command": "npx",
    "args": [
      "-y",
      "mcp-remote",
      "https://api.gamebrain.co/v1/mcp?api-key=YOUR_KEY"
    ],
    "env": {}
  }
}
README.md

MCP Setup

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"
      ]
    }
  }
}