You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -183,6 +185,16 @@ The Claude desktop application provides comprehensive support for MCP, enabling
183
185
- Built in support for "Building Effective Agents" workflows.
184
186
- Deploy Agents as MCP Servers
185
187
188
+
### FLUJO
189
+
Think n8n + ChatGPT. FLUJO is an desktop application that integrates with MCP to provide a workflow-builder interface for AI interactions. Built with Next.js and React, it supports both online and offline (ollama) models, it manages API Keys and environment variables centrally and can install MCP Servers from GitHub. FLUJO has an ChatCompletions endpoint and flows can be executed from other AI applications like Cline, Roo or Claude.
190
+
191
+
**Key features:**
192
+
- Environment & API Key Management
193
+
- Model Management
194
+
- MCP Server Integration
195
+
- Workflow Orchestration
196
+
- Chat Interface
197
+
186
198
### Genkit
187
199
[Genkit](https://github.com/firebase/genkit) is a cross-language SDK for building and integrating GenAI features into applications. The [genkitx-mcp](https://github.com/firebase/genkit/tree/main/js/plugins/mcp) plugin enables consuming MCP servers as a client or creating MCP servers from Genkit tools and prompts.
0 commit comments