devops-infra MCP Server
MCP server for Eureka Flow — build, run, and monitor visual workflows from any MCP client
Discovered via github-topic:mcp-server and last synced 3mo ago.
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)
Full rebuild (caution: reassigns node IDs)
"Show graph for 1004897"
Load full flow state (nodes, edges, ports)
Run flow from a specific node
Remove a connection
Required
Mermaid diagram visualization
Get single node details
List execution history with token usage
Duplicate a flow
Get block details by ID or name
Export flow as portable JSON
Delete a node
What it does
Update flow name / description
Description
List your workflows (with pagination)
Connect two nodes
Create new flow (nodes + edges at once)
Add node to existing flow
Get execution run details
Inspect node input/output data
Delete a flow
Check API key configuration status
Update node config / label / position
Yes
Execute flow + real-time monitoring
List available block types
Execute single node