hack3rmann/gamedesignerd-mcp
This is an MCP (Model Context Protocol) server that acts as a dedicated "game designer" for LLM-based coding agents. It manages the overall game design, breaking it down into small, manageable features for the coding agent to implement sequentially.
Platform-specific configuration:
{
"mcpServers": {
"gamedesignerd-mcp": {
"command": "npx",
"args": [
"-y",
"gamedesignerd-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...