DS-MCP-FLOWISE
Verified Safeby dtsoden
Overview
This MCP server enables AI assistants to design, build, and deploy Flowise chatflows and agentflows by providing deep knowledge of Flowise nodes, their configurations, and connection rules.
Installation
npx -y ds-mcp-flowiseEnvironment Variables
- FLOWISE_API_URL
- FLOWISE_API_KEY
Security Notes
The server uses standard practices for handling environment variables (`FLOWISE_API_URL`, `FLOWISE_API_KEY`) for Flowise API integration. It loads node definitions and templates from local JSON files, generated by internal scripts from (presumably) trusted Flowise source code. Database queries use prepared statements, which mitigates SQL injection risks. There is no evidence of `eval` or dynamic code execution from untrusted sources. The main security consideration is ensuring users correctly configure their Flowise API credentials and target URL, as misconfiguration could lead to unintended actions on their Flowise instance.
Similar Servers
ha-mcp
Provides AI agents with complete control over Home Assistant via REST and WebSocket APIs, offering a comprehensive suite of tools for smart home management, automation, and debugging.
mcp-discord
Enables AI assistants to interact with the Discord platform by providing a set of Discord-related functionalities via the Model Context Protocol (MCP).
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
flowbite-svelte-mcp
Provides Flowbite-Svelte documentation and component information to an MCP client (LLM) via a set of exposed tools.