📦
ddsky/gamebrain-api-clients
Search and discover hundreds of thousands of video games on any platform through the [GameBrain API](https://gamebrain.co/api).
0 installs
3 stars
2 forks
Trust: 47 — Fair
Devtools
Installation
npx gamebrain-api-clientsAsk AI about ddsky/gamebrain-api-clients
Powered by Claude · Grounded in docs
I know everything about ddsky/gamebrain-api-clients. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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"
]
}
}
}
