Skip to content
unversioned · 20e5c670ed76

Generate images, video, and audio from a wide set of models

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

falstreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.fal.ai/mcp",
  "headers": {
    "Authorization": "Bearer ${API_KEY}"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
    "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
    "name": "fal",
    "description": "Generate images, video, and audio from a wide set of models",
    "author": {
        "name": "fal",
        "url": "https://fal.ai"
    },
    "extensions": {
        "reforma": {
            "mcpServers": "./mcp.json",
            "agent": {
                "mentions": [
                    "fal.ai"
                ]
            },
            "variables": {
                "type": "object",
                "properties": {
                    "API_KEY": {
                        "type": "string",
                        "title": "API key",
                        "description": "From your fal.ai dashboard",
                        "placeholder": "key-…"
                    }
                },
                "required": [
                    "API_KEY"
                ]
            },
            "logo": "assets/logo.png",
            "interface": {
                "displayName": "fal",
                "brandColor": "#F5C0D5",
                "logo": "assets/logo.png"
            }
        }
    }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • reforma