@lemoncloud/flow-mcp

devops-infra MCP Server

MCP server for Eureka Flow — build, run, and monitor visual workflows from any MCP client

VerifiedInstall Ready
devops-infradevops-infra
10 views0 stars0 forksv0.0.0-managed-by-semantic-releaseApache-2.0

Why This Matters

Discovered via github-topic:mcp-server and last synced 3mo ago.

VerifiedInstall Ready
Source
github-topic:mcp-server
Stars
0
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx -y @lemoncloud/flow-mcp

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "-lemoncloud-flow-mcp": {
      "command": "npx",
      "args": [
        "@lemoncloud/flow-mcp"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

29
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (29)

flow_save

Full rebuild (caution: reassigns node IDs)

Visualize

"Show graph for 1004897"

flow_load

Load full flow state (nodes, edges, ports)

flow_run_from

Run flow from a specific node

edge_delete

Remove a connection

Variable

Required

flow_graph

Mermaid diagram visualization

node_get

Get single node details

run_list

List execution history with token usage

flow_clone

Duplicate a flow

block_get

Get block details by ID or name

flow_export

Export flow as portable JSON

node_delete

Delete a node

Tool

What it does

flow_update

Update flow name / description

Command

Description

flow_list

List your workflows (with pagination)

edge_create

Connect two nodes

flow_create

Create new flow (nodes + edges at once)

node_create

Add node to existing flow

run_get

Get execution run details

node_get_port

Inspect node input/output data

flow_delete

Delete a flow

profile_get

Check API key configuration status

node_update

Update node config / label / position

FLOW_API_KEY

Yes

flow_run

Execute flow + real-time monitoring

block_list

List available block types

node_run

Execute single node