HomeDesign & Media › GripForge

GripForge

Turn prompts into production-ready game assets: animated characters, textures, terrain, VFX, HUD.

TypeScript Cloud Remote
★ 2 stars Last pushed 2026-09-20 License: MIT

Topics: Gaming

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://gripforge.ai/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://gripforge.ai/mcp --header "x-api-key: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://gripforge.ai/mcp",
      "headers": {
        "x-api-key": "<YOUR_VALUE>"
      }
    }
  }
}
  • x-api-key required secret — GripForge API key (gf_...) — create one at https://gripforge.ai/account

Package (npm 0.1.10)

npx -y @gripforgeai/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@gripforgeai/[email protected]"
      ],
      "env": {
        "GRIPFORGE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • GRIPFORGE_API_KEY required secret — GripForge API key (gf_...) — create one at https://gripforge.ai/account

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry