GameDev MCP Hub
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GameDev MCP Hubcreate a new Blender scene with a cube"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GameDev MCP Hub
Version: 0.1.0 · Status: active development
MCP hub that aggregates game-development MCP servers (Blender, Godot, GitHub, Obsidian, …) behind one interface for Claude, LM Studio, Cursor, and other MCP clients. Includes a local GUI, smart task routing, and SSE multi-client support.
Quick start
Prerequisites: Node.js 20+
# Install
pnpm install # or: npm install
# First-run config (.env, hub-config, mcp-servers)
pnpm setup # or: npm run setup
# Edit secrets / enable servers
# .env
# config/mcp-servers.json
# Multi-client SSE hub + GUI (recommended)
pnpm start:sse # after: pnpm build
# or: ./scripts/start.shMCP SSE:
http://127.0.0.1:3000/sseGUI:
http://127.0.0.1:3100(port auto-scans 3100–3109)Stdio mode (single client):
pnpm start
Windows: scripts\start.bat or START_ALL.bat.
What works today
Area | Status |
Downstream MCP via stdio ( | Working |
Tool namespacing ( | Working |
Local GUI + WebSocket | Working |
SSE multi-client (one Server per session) | Working |
Smart Router ( | Wired |
Skills as MCP resources ( | Working |
Auth / rate limits | Optional (config + |
Enable servers in config/mcp-servers.json. Example configs ship as *.example.json.
Architecture
AI clients (Claude / LM Studio / Cursor)
│ MCP (stdio or SSE)
▼
GameDev MCP Hub
· Smart Router (hub__route_task)
· Tool registry + search
· GUI (localhost)
│
▼
Downstream MCP servers (Blender, Godot, GitHub, …)Configuration
File | Purpose |
| API keys (see |
| Hub features, security, logging |
| Downstream servers |
| Tool categories |
GITHUB_TOKEN and GITHUB_PERSONAL_ACCESS_TOKEN are both accepted; the hub mirrors them when spawning servers.
By default HTTP/SSE/GUI bind to 127.0.0.1. Set security.bind_localhost_only: false only if you understand the risk. Set security.require_authentication: true and HUB_API_KEY to protect GUI mutation endpoints.
Scripts
pnpm build # compile + copy GUI assets
pnpm start # stdio transport
pnpm start:sse # SSE multi-client
pnpm test # unit tests
pnpm type-check
pnpm lintDocs
Session notes and historical status dumps live under archive/session-docs/.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/finasteos/gamedev-mcp-hub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server