mcp-server-flyder
MCP Server for Flyder is a protocol server that supports Flyder workflow integration. It provides tools to manage and run workflows efficiently, enhancing productivity within the Flyder platform.
Overview
A Model Context Protocol server for Flyder workflow integration. This server is designed to support and streamline workflows within the Flyder platform. It offers tools like list_workflows
, which retrieves workflows along with their IDs, and run_workflow_by_id
, which executes a specific workflow using its ID. This server is in early development and is subject to changes.
Tools
- List Workflows: Retrieve a list of workflows and their IDs.
- Run Workflow by ID: Execute a workflow based on its ID, with optional input.
Configuration
The server can be used with tools like Claude Desktop, requiring proper configuration in the claude_desktop_config.json
file.
Development
Debugging and development can be done using the MCP inspector or testing within the Claude desktop app.