Fiberflow
Connects Claude Desktop to Fiberflow's MCP server through a TypeScript-based bridge that uses Server-Sent Events (SSE) for seamless integration via a secret key and stdio communication.
0 stars
0 tools
Created Aug 2025
@derbenoo/derbenoo-fiberflow-fiberflow-mcp-gatewayAbout
Connects Claude Desktop to Fiberflow's MCP server through a TypeScript-based bridge that uses Server-Sent Events (SSE) for seamless integration via a secret key and stdio communication.
Categories
general
Installation
npm
npm install @derbenoo/derbenoo-fiberflow-fiberflow-mcp-gateway
Configuration
{
"mcpServers": {
"derbenoo-fiberflow-fiberflow-mcp-gateway": {
"command": "npx",
"args": [
"-y",
"@derbenoo/derbenoo-fiberflow-fiberflow-mcp-gateway"
]
}
}
}