Fiberflow MCP Gateway
by derbenoo
The Fiberflow MCP Gateway allows integration with Fiberflow's Message Communication Protocol (MCP). It facilitates communication with Fiberflow servers using Server-Sent Events (SSE).
View on GitHub
Last updated: N/A
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"
]
}
}
}