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
@@ -177,6 +179,16 @@ The Claude desktop application provides comprehensive support for MCP, enabling
177
179
- Built in support for "Building Effective Agents" workflows.
178
180
- Deploy Agents as MCP Servers
179
181
182
+
### FLUJO
183
+
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.
184
+
185
+
**Key features:**
186
+
- Environment & API Key Management
187
+
- Model Management
188
+
- MCP Server Integration
189
+
- Workflow Orchestration
190
+
- Chat Interface
191
+
180
192
### Genkit
181
193
[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