Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
APPDATA | No | Path to AppData folder (for Windows) | |
LOGLEVEL | No | Log level (ERROR, INFO, DEBUG, etc.) | |
FLOWISE_API_KEY | Yes | Your Flowise API Bearer token | |
FLOWISE_CHATFLOW_ID | No | Single Chatflow ID (for FastMCP Mode) | |
FLOWISE_SIMPLE_MODE | No | Enable FastMCP mode when set to true, otherwise uses LowLevel mode | |
FLOWISE_API_ENDPOINT | No | Base URL for Flowise | http://localhost:3010 |
FLOWISE_ASSISTANT_ID | No | Single Assistant ID (for FastMCP Mode) | |
FLOWISE_BLACKLIST_ID | No | Comma-separated list of chatflow IDs to blacklist | |
FLOWISE_WHITELIST_ID | No | Comma-separated list of chatflow IDs to whitelist | |
FLOWISE_BLACKLIST_NAME_REGEX | No | Regex pattern to blacklist chatflows by name | |
FLOWISE_CHATFLOW_DESCRIPTION | No | Optional description for the single tool exposed (for FastMCP Mode) | |
FLOWISE_WHITELIST_NAME_REGEX | No | Regex pattern to whitelist chatflows by name | |
FLOWISE_CHATFLOW_DESCRIPTIONS | No | Comma-separated list of chatflow_id:description pairs (for LowLevel Mode) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |