Skip to main content
Glama
finasteos

GameDev MCP Hub

by finasteos

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
hub__search_toolsC

Search tools by name/category

hub__list_serversC

List connected servers

hub__get_analyticsC

Get usage analytics for tools and servers

hub__check_tokensB

Check current token usage and get recommendations

hub__route_taskB

Route a natural-language task to the best tool(s)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Hub ConfigurationCurrent hub configuration (secrets redacted)
Connected ServersList of connected MCP servers
Usage AnalyticsTool usage analytics
Algorithmic Art SkillCreate generative art and procedural visuals
MCP Builder SkillBuild new MCP servers to integrate tools

TDQS

B3.2/5.0

Scored across 5 tools

Disambiguation4/5

The tools are mostly distinct: search vs list vs analytics vs token check vs routing all have clear purposes. The only slight overlap is between 'search_tools' and 'route_task' (both help find tools), though route_task takes natural-language and adds routing logic, so the boundary is mostly clear.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern: search_tools, list_servers, get_analytics, check_tokens, route_task. Every name uses a clear action verb followed by a noun, with no style mixing.

Tool Count4/5

Five tools is a reasonable, well-scoped count for a hub/meta-coordination server. Each tool addresses a distinct purpose (discovery, listing, analytics, token management, task routing). It sits slightly on the sparse side but is appropriate for the coordination-focused role with no apparent need for more.

Completeness3/5

The surface covers discovery, listing, analytics, token monitoring, and routing, which forms a coherent hub workflow. However, there's no tool to register/disconnect a server, no way to inspect a specific tool's detail beyond search, and no configuration or error-reporting capability, leaving some operational gaps for a hub that manages connected servers.

Maintenance

ActivitySlowing
ResponsivenessNo issues