A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/hiveflowai/hiveflow-mcp-server below:

GitHub - hiveflowai/hiveflow-mcp-server

Official Model Context Protocol (MCP) server for HiveFlow. Connect your AI assistants (Claude, Cursor, etc.) directly to your HiveFlow automation platform.

npm install -g @hiveflow/mcp-server

Add to your MCP client configuration (e.g., .cursor/mcp.json):

{
  "mcpServers": {
    "hiveflow": {
      "command": "npx",
      "args": ["-y", "@hiveflow/mcp-server"],
      "env": {
        "HIVEFLOW_API_KEY": "your-api-key-here",
        "HIVEFLOW_API_URL": "https://api.hiveflow.ai"
      }
    }
  }
}
{
  "mcpServers": {
    "hiveflow": {
      "command": "npx",
      "args": ["-y", "@hiveflow/mcp-server"],
      "env": {
        "HIVEFLOW_API_KEY": "your-api-key-here",
        "HIVEFLOW_API_URL": "http://localhost:5000"
      }
    }
  }
}
Option 1: From HiveFlow Dashboard
  1. Log in to your HiveFlow dashboard
  2. Go to Settings > API Keys
  3. Generate a new API key
Option 2: From Command Line (Self-hosted)
cd your-hiveflow-backend
node get-api-key.js your-email@example.com

Once configured, you'll have access to these tools in your AI assistant:

AI: "Create a flow called 'Email Processor' that analyzes incoming emails"
AI: "Show me all my active flows"
AI: "Execute the flow with ID 'abc123' with input data {email: 'test@example.com'}"
AI: "What's the status of my Email Processor flow?"
hiveflow-mcp --api-key YOUR_KEY --api-url https://your-instance.com

This MCP server acts as a bridge between your AI assistant and HiveFlow:

AI Assistant (Claude/Cursor) ↔ MCP Server ↔ HiveFlow API

"HIVEFLOW_API_KEY is required"

"Cannot connect to HiveFlow API"

"MCP server not found"

For detailed logging, set the environment variable:

export DEBUG=hiveflow-mcp:*

We welcome contributions! Please see our Contributing Guide for details.

MIT License - see LICENSE file for details.

Made with ❤️ by the HiveFlow team


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4