falai-mcp-server
by berkbirkan
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FAL_KEY | No | Your fal.ai API key (alternative to FAL_KEY_ID/FAL_KEY_SECRET). | |
| FAL_KEY_ID | No | Your fal.ai API key ID (used with FAL_KEY_SECRET). | |
| FAL_KEY_SECRET | No | Your fal.ai API key secret (used with FAL_KEY_ID). | |
| FALAI_HTTP_HOST | No | Bind address when HTTP transport is enabled. | 0.0.0.0 |
| FALAI_HTTP_PORT | No | Port when HTTP transport is enabled. | 8080 |
| FALAI_ENABLE_HTTP | No | Set to true to run the server with the Streamable HTTP transport. | |
| FALAI_ALLOWED_MODELS | No | Comma-separated list of explicit model IDs to expose. | |
| FALAI_MODEL_KEYWORDS | No | Comma-separated keywords to pre-filter models when no explicit list is provided. | |
| FALAI_REQUEST_TIMEOUT | No | HTTP timeout (seconds) for fal.ai requests. | 120 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/berkbirkan/falai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server