MCP Server
gamebrain-api-clients
Search and discover hundreds of thousands of video games on any platform through the GameBrain API.
1
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "gamebrain",
3 "command": "npx",
4 "args": [
5 "-y",
6 "mcp-remote",
7 "https://api.gamebrain.co/v1/mcp?api-key=YOUR_KEY"
8 ]
9}
JSON9 lines
README 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"
]
}
}
}
Quick Install
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source