← Back to Plugins
MCP Server MCP

Gamma

github By github 👁 1 views ▲ 0 votes

Gamma AI presentation generation MCP server for Model Context Protocol hosts

Homepage Verified source GitHub

Install

npx -y @mindstone/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mindstone/mcp-server-gamma",
      "version": "0.4.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Gamma API key (create at https://gamma.app/settings/api-keys)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GAMMA_API_KEY"
        },
        {
          "description": "Export poll interval in milliseconds",
          "format": "number",
          "default": "5000",
          "name": "GAMMA_EXPORT_POLL_INTERVAL_MS"
        },
        {
          "description": "Maximum export poll attempts",
          "format": "number",
          "default": "12",
          "name": "GAMMA_EXPORT_POLL_MAX_ATTEMPTS"
        },
        {
          "description": "Outbound HTTP request timeout in milliseconds (max 1800000)",
          "format": "number",
          "default": "60000",
          "name": "GAMMA_REQUEST_TIMEOUT_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...