Skip to main content
Glama

MCP-Flowise

by andydukes

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APPDATANoPath to AppData folder (for Windows)
LOGLEVELNoLog level (ERROR, INFO, DEBUG, etc.)
FLOWISE_API_KEYYesYour Flowise API Bearer token
FLOWISE_CHATFLOW_IDNoSingle Chatflow ID (for FastMCP Mode)
FLOWISE_SIMPLE_MODENoEnable FastMCP mode when set to true, otherwise uses LowLevel mode
FLOWISE_API_ENDPOINTNoBase URL for Flowisehttp://localhost:3010
FLOWISE_ASSISTANT_IDNoSingle Assistant ID (for FastMCP Mode)
FLOWISE_BLACKLIST_IDNoComma-separated list of chatflow IDs to blacklist
FLOWISE_WHITELIST_IDNoComma-separated list of chatflow IDs to whitelist
FLOWISE_BLACKLIST_NAME_REGEXNoRegex pattern to blacklist chatflows by name
FLOWISE_CHATFLOW_DESCRIPTIONNoOptional description for the single tool exposed (for FastMCP Mode)
FLOWISE_WHITELIST_NAME_REGEXNoRegex pattern to whitelist chatflows by name
FLOWISE_CHATFLOW_DESCRIPTIONSNoComma-separated list of chatflow_id:description pairs (for LowLevel Mode)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/andydukes/mcp-flowise'

If you have feedback or need assistance with the MCP directory API, please join our Discord server