← Back to Plugins
MCP Server MCP

Gessa: game asset generation for AI agents

MCP Registry publisher By MCP Registry publisher 👁 2 views ▲ 0 votes

Generate game-ready 3D models, textures, and audio from natural language, over MCP.

Homepage Verified source

Install

npx -y @gessa/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.gessa.ai/mcp/rpc",
      "headers": [
        {
          "description": "Bearer token: an API key (mcpkey_...) or an OAuth access token (mcp_at_...). Remote connectors use OAuth.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@gessa/mcp-server",
      "version": "1.0.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Gessa MCP API key (mcpkey_...). Mint one anonymously at https://api.gessa.ai/api/agent-onboarding or claim a workspace at create.gessa.ai. Scopes: mcp:read, mcp:write.",
          "isRequired": true,
          "isSecret": true,
          "name": "GESSA_API_KEY"
        },
        {
          "description": "Override the API origin the stdio proxy forwards to. Defaults to https://api.gessa.ai.",
          "default": "https://api.gessa.ai",
          "name": "GESSA_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...