MCP Hub
Back to servers

Fiberflow

A TypeScript-based bridge that connects Claude Desktop to Fiberflow's services using Server-Sent Events (SSE) and a secure secret key.

Forks
1
Updated
Mar 17, 2025
Validated
Jan 11, 2026

Fiberflow MCP Gateway

claude_desktop_config.json:

{
  "mcpServers": {
    "fiberflow": {
      "command": "npx",
      "args": [
        "-y",
        "fiberflow-mcp-gateway",
        "--sse",
        "https://fiberflow.fiberflow.io/api/v1/sse/YOUR-FIBERFLOW-MCP-SERVER-SECRET"
      ]
    }
  }
}

Reviews

No reviews yet

Sign in to write a review