Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub nategarelik/game-dev-supercharger --plugin game-dev-superchargerCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"game-dev-supercharger": {
"command": "uv",
"args": [
"--directory",
"${CLAUDE_PLUGIN_ROOT}",
"run",
"--with",
"anthropic",
"--with",
"httpx",
"--with",
"pydantic",
"--with",
"requests",
"python",
"${CLAUDE_PLUGIN_ROOT}/mcp-server/server.py"
],
"env": {
"MESHY_API_KEY": "${MESHY_API_KEY:-}",
"UNITY_MCP_URL": "${UNITY_MCP_URL:-http://localhost:8080/mcp}",
"GEMINI_API_KEY": "${GEMINI_API_KEY:-}",
"LEONARDO_API_KEY": "${LEONARDO_API_KEY:-}",
"ANTHROPIC_API_KEY": "${ANTHROPIC_API_KEY}"
}
}
}
}Replace placeholder values for: ANTHROPIC_API_KEY, GEMINI_API_KEY, LEONARDO_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Environment variables set when the server starts
MESHY_API_KEY=${MESHY_API_KEY:-}UNITY_MCP_URL=${UNITY_MCP_URL:-http://localhost:8080/mcp}GEMINI_API_KEY=${GEMINI_API_KEY:-}LEONARDO_API_KEY=${LEONARDO_API_KEY:-}ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}Sensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
Share bugs, ideas, or general feedback.