Fiberflow MCP 网关
通过标准输入输出运行 Fiberflow MCP SSE 服务器。
快速入门
-
创建配置文件
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" ] } } }
-
替换
YOUR-FIBERFLOW-MCP-SERVER-SECRET
为实际的密钥。 -
运行命令启动服务:
npx fiberflow-mcp-gateway
。