flogo-enterprise-hub

mcp
Security Audit
Warn
Health Pass
  • License — License: Apache-2.0
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 10 GitHub stars
Code Warn
  • fs module — File system access in demos/ai-powered-customer-service/src/mock-services/server.js
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

Hub for TIBCO Flogo® Resources

README.md

Hub for TIBCO Flogo®

Welcome to the Hub for TIBCO Flogo® — your community-driven space for sharing FLOGO samples, demos, and custom contributions for TIBCO Flogo®.

TIBCO Flogo® is a low-code / no-code integration platform (iPaaS) for building AI agents, MCP servers, and enterprise integration flows — all from a visual flow designer inside Visual Studio Code. Powered by a high-performance Go (Golang) engine, Flogo® delivers ultra-light memory footprint, fast startup, and low-latency processing across edge, cloud, serverless, and on-premises environments. With native support for Agentic AI orchestration, the Model Context Protocol (MCP), and 40+ enterprise connectors, Flogo® transforms business data into intelligent, event-driven, AI-ready workflows — no heavy coding required.

If you have purchased commercial support for TIBCO Flogo®, please create a Service Request using your TIBCO Support credentials at https://support.tibco.com/.


Quick Navigation

Section What You'll Find
AI & Agents Agentic AI samples, MCP servers, AI-powered demos, prompt engineering
Integration & Connectors REST/gRPC/GraphQL, database/messaging/CRM connectors, flow patterns
Deployment & DevOps Docker images, TIBCO Platform deployment, ML inference
Flogo Skill Library AI coding agent skills for Claude Code
Flogo Resources Documentation, downloads, blogs, and video tutorials

AI & Agents

Build AI-powered agents, expose business data via MCP, and orchestrate intelligent workflows.

  • Agentic AI Samples — AI agents with custom guardrails, multi-agent handoff, MCP server integration, and incident triage. Supports OpenAI, Gemini, Anthropic, Ollama, and vLLM.
  • Model Context Protocol (MCP) Samples — MCP servers exposing business data as AI-accessible tools: stateless, stateful, authenticated, annotated, and advanced primitives (elicitation, logging, sampling).
  • AI-Powered Customer Service Demo — End-to-end demo integrating CRM, orders, and notifications as MCP tools for AI agents.
  • AI-Powered MFT Demo — MCP server for TIBCO Managed File Transfer — AI-powered B2B file transfer management.
  • Pongo2 Prompt Engine Extension — Dynamic prompt engineering activity using Django/Jinja2-style templates for LLMs.

Integration & Connectors

Design Flogo applications with enterprise connectors, API protocols, and flow patterns.

  • Flogo Core & Connector Samples — REST, gRPC, GraphQL API development; connectors for Azure, Salesforce, Oracle, PostgreSQL, Redis, EMS, Kafka, SAP; flow design concepts; unit testing.
  • GraphQL Demo — GraphQL trigger with MongoDB resolvers for device data queries, with Docker Compose and Postman collection.
  • SSH Extension — Execute commands over SSH with password or key-based authentication.
  • GCP Extension — Generate OIDC ID tokens from GCP metadata server.
  • OpenPGP Extension — Encrypt, decrypt, and generate OpenPGP key pairs.
  • Custom Log Palette Extension — Structured logging activities with text and JSON output formats. Contributed by P4Future.

Deployment & DevOps

Deploy Flogo applications to production with Docker, Kubernetes, and TIBCO Platform.

  • TIBCO Control Plane Samples — Custom Docker image deployment for ActiveSpaces and Oracle connectors, plus TLS ingress configuration.
  • Dockerfile Examples — Multi-stage Dockerfiles for 7 Linux distributions and 4 supplemental connector types (EMS, IBM MQ, Oracle, SAP) with compatibility matrices.
  • ML Anomaly Detection Demo — Real-time temperature anomaly detection using Python scikit-learn Isolation Forest, deployable to TIBCO Platform.

Flogo Skill Library

A library of skills for AI coding agents (such as Claude Code) to design, build, test, and deploy TIBCO Flogo integration applications. Drop these skills into the .claude/skills/ directory of any project and the agent will use them to drive the Flogo, build, and platform CLIs end-to-end.

Skill Purpose
fda Reference for the Flogo Design Assistant CLI — every task to create/modify a .flogo file.
flogobuild Reference for building executables and deployment artifacts from .flogo files.
tibcop Reference for the TIBCO Platform CLI — manage builds, deployments, scaling.
flogo-deploy End-to-end recipe to deploy a .flogo app to a TIBCO Platform dataplane.
mapping-from-excel Recipe to build a Flogo flow from an Excel mapping spec (input fields → output fields with rules).
rest-to-database-app Recipe to scaffold a REST API Flogo app that queries a database.

For full details, see the Flogo Skill Library README.


Flogo Resources

Resource Link
Documentation TIBCO Flogo® Product Documentation
Download TIBCO Flogo® Extension for VS Code
Blogs TIBCO Flogo® Blog Posts
Video Tutorials TIBCO Flogo® YouTube Playlist

Video Tutorials

Short video walkthroughs to get you started:

  1. Installing TIBCO Flogo Extension for VS Code and Creating Your First Flogo App — Setup, configuration, and hello-world walkthrough
  2. Creation of Unit Testing & Play Test Case in Flogo — Test and debug flows without building the app
  3. Building AI Agents in Minutes: Agentic AI Orchestration for the Modern Enterprise using TIBCO Flogo® — Configure LLM providers, build custom tools, and deploy AI agents
  4. Build Integration Flows in Minutes Using Natural Language Prompts | TIBCO Flogo® AI Design Assistant — Use the AI Design Assistant to generate flows from plain English

Watch the full playlist: TIBCO Flogo® Short Videos on YouTube


Repository Structure

flogo-enterprise-hub/
├── samples/                  # Ready-to-run product samples
│   ├── Agentic_AI/           #   AI agent samples
│   ├── Model_Context_Protocol(MCP)/  #   MCP server samples
│   ├── VSCode_Extension/     #   Flogo core samples (APIs, connectors, flows, testing)
│   ├── Tibco_Control_Plane/  #   Platform deployment samples
│   └── DockerFiles/          #   Multi-distro Dockerfile examples
├── demos/                    # Proof-of-concept demonstrations
├── extensions/               # Custom-built Flogo extensions
└── skills-library/           # AI coding agent skills

Contributing

We welcome contributions! To contribute:

  • Fork this repository.
  • Make your changes.
  • Submit a pull request (PR).

Our maintainers will review your PR and may request changes before merging. For any questions, please reach out to [email protected].

Repo maintainers: For maximum GitHub search discoverability, add Topics to this repository via Settings → Topics. Suggested topics: flogo, mcp, mcp-server, ai-agents, agentic-ai, low-code, no-code, ipaas, integration, tibco, golang, enterprise-integration


Feedback

Please contact us at [email protected] with any queries, feedback, or comments.


License

Copyright 2026 Cloud Software Group, Inc.
This project is Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


Thank you for being part of the Flogo® community!


Topics: MCP Server · AI Agents · Agentic AI · Low-Code · No-Code · iPaaS · Enterprise Integration · LLM Orchestration

Reviews (0)

No results found