mcp-flowise
by matthewhand
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
FLOWISE_API_KEY | Yes | Your Flowise API Bearer token. | |
FLOWISE_CHATFLOW_ID | No | Single Chatflow ID (optional). | |
FLOWISE_API_ENDPOINT | Yes | Base URL for Flowise. Default is 'http://localhost:3000'. | http://localhost:3000 |
FLOWISE_ASSISTANT_ID | No | Single Assistant ID (optional). | |
FLOWISE_CHATFLOW_BLACKLIST | No | Comma-separated list of denied chatflow IDs (optional). | |
FLOWISE_CHATFLOW_WHITELIST | No | Comma-separated list of allowed chatflow IDs (optional). | |
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 |