Search 300+ game industry reports with hybrid search, claims, charts, and citations.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Stdio bridge for the Game Industry Library MCP server. Exposes the remote /api/mcp endpoint to MCP clients that only speak stdio (older Claude Desktop, Cline, Continue, custom integrations).
If your MCP client supports remote/HTTP transport (Claude Desktop β₯ 1.x, Claude.ai web, ChatGPT Connectors), you can connect directly without this bridge β see the help page for one-click connect instructions.
Run directly from GitHub via npx β no install needed:
Or pin a specific commit / tag:
Or clone + install:
Two options:
This opens your browser, registers a client via DCR, walks you through the consent screen, and stores tokens at ~/.gil/credentials.json (mode 0600, user-only). Refresh happens automatically β your session stays valid for 30 days unless you revoke it from /account β Connected Apps.
Get a key from /help/mcp-server (logged in). Bearer keys don't expire but you can revoke them from the same page.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Restart Claude Desktop. On first run, the bridge will print a "no credentials" error β run npx github:DerpBicycle/gil-mcp-bridge login once to authenticate.
Same config β point the client at npx github:DerpBicycle/gil-mcp-bridge as the command.
Speak newline-delimited JSON-RPC 2.0 to stdin; receive responses on stdout. Errors and status messages go to stderr.
| Variable | Purpose | Default |
|---|---|---|
GIL_API_KEY | Legacy bearer key. Takes precedence over OAuth. | β |
GIL_BASE_URL | Override server URL. Useful for testing against staging or local dev. | https://gameindustrylibrary.com |
The bridge is a thin transport translator β ~80 lines of code per file. It reads JSON-RPC frames on stdin, forwards them as POST /api/mcp with a Authorization: Bearer header, and writes the response back to stdout. No caching, no retry, no transformation. The server does all the work.
OAuth tokens are refreshed automatically when they're within 60s of expiring (or already expired). If a refresh fails (e.g., the user revoked from /account), the bridge exits with a helpful error.
src/index.ts β CLI entry, command dispatchsrc/bridge.ts β stdio β HTTP forwardingsrc/login.ts β OAuth interactive flow (DCR + PKCE + loopback)src/credentials.ts β ~/.gil/credentials.json read/write/refreshMIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/game-industry-library)<a href="https://allmcps.com/mcp/game-industry-library"><img src="https://allmcps.com/api/badge/game-industry-library?style=directory" alt="Game Industry Library on AllMCPs" /></a>