ddsky/gamebrain-api-clients
๐ฎ Gaming๐ข Verified Active
0 Views
0 Installs
โ๏ธ - Search and discover hundreds of thousands of video games on any platform through the GameBrain API.
Quick Install
One-Click IDE Configuration
claude_desktop_config.json
{
"mcpServers": {
"ddsky-gamebrain-api-clients": {
"command": "npx",
"args": [
"-y",
"ddsky-gamebrain-api-clients"
]
}
}
}Or
Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.
Documentation Overview
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"
]
}
}
}