fal-image-video-mcp
Version:
MCP server for FAL AI image and video generation with data URL support
15 lines • 349 B
YAML
runtime: "container"
build:
dockerfile: "Dockerfile"
dockerBuildPath: "."
startCommand:
type: "http"
configSchema:
type: "object"
properties:
FAL_KEY:
type: "string"
description: "Your FAL AI API key for image and video generation"
required: ["FAL_KEY"]
exampleConfig:
FAL_KEY: "your-fal-api-key-here"