Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Developer Tools
  3. Celigo
  4. README

Celigo README

The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Celigo listing page.

Back to Celigo View source on GitHub

Celigo AI

One-stop shop for building integrations on the Celigo platform with AI.

skills.sh

This repo contains:

  • Skills -- domain knowledge for AI coding assistants (Claude Code, Cursor, Codex, and 50+ more)
  • MCP Prompts & Resources -- content served by the Celigo MCP server

Install Skills

Terminal
npx skills add celigo/ai

Install specific skills

bash
# List available skills
npx skills add celigo/ai --list

# Install one skill
npx skills add celigo/ai --skill getting-started

# Install to a specific agent
npx skills add celigo/ai --skill configuring-exports -a claude-code

Install as a Plugin

This repo is also a native plugin marketplace for Claude Code and Cursor, bundling all of the skills below plus the Celigo Platform MCP server.

Claude Code -- in the app, or with the claude CLI:

Code
/plugin marketplace add celigo/ai
/plugin install celigo@celigo

Cursor -- install Celigo from the Cursor plugin marketplace (Settings -> Plugins). Team admins can add this repo directly under Team Marketplaces.

Codex -- run codex plugin marketplace add celigo/ai, then install celigo from the Plugins Directory in the ChatGPT desktop app.

For 50+ other agents, use the skills install above.

Installing the plugin also configures the Celigo Platform MCP server (https://api.integrator.io/celigo-mcp). It authenticates via OAuth -- the first time an agent uses it, you'll be prompted to sign in to Celigo, so no API token is required.

The plugin ships the US endpoint. Each region runs its own identity provider, so if your account lives in the EU, AU, or CA, the sign-in won't complete against it -- configure your region's endpoint by hand instead (https://api.eu.integrator.io/celigo-mcp, https://api.au.integrator.io/celigo-mcp, or https://api.ca.integrator.io/celigo-mcp). See Regions.

Using a different client -- VS Code, Windsurf, Gemini CLI, Codex CLI, or Claude Desktop? See Connect the Celigo MCP server for copy-paste config and a one-click Add to Cursor button.

Skills

Skill how-tos show celigo CLI commands, but most operations map directly to the bundled Celigo Platform MCP server's tools (list_* / upsert_* / delete_resource / run_flow / deploy_template), so agents connected over MCP follow the same skills and translate the command blocks. A few admin surfaces (the local account index, API tokens, stacks, on-premise agents, users) remain CLI/REST/UI-only.

SkillDescription
getting-startedCore concepts, build order, account discovery, and which skill to use
configuring-connectionsCredentials, auth methods, OAuth, iClients
configuring-exportsData source steps -- REST, SOAP, database, file, webhook, delta sync
configuring-importsData destination steps -- mappings, lookups, upsert logic
building-flowsPipelines wiring exports to imports -- scheduling, chaining, error management
building-apisCustom HTTP endpoints for synchronous external access
building-toolsReusable operations callable from flows, APIs, agents, and MCP servers
building-mcp-serversMCP endpoints exposing tools to external AI agents
building-b2bEDI integrations -- trading partners, X12/EDIFACT, file definitions
configuring-ai-agentsLLM-powered import steps (OpenAI, Gemini) and guardrails
configuring-filtersExpression and script filters on exports, imports, and branches
configuring-guardrailsPII detection, content moderation, AI-based validation
configuring-lookup-cachesIn-memory key-value stores for fast lookups and dedup
managing-usersUser invitations, permissions, MFA/SSO, access levels
managing-integrationsIntegration containers, cloning, and lifecycle management (ILM) across environments
managing-api-tokensInbound API tokens -- scoping, rotation, revoke/delete lifecycle
managing-stacksBring-your-own compute for hooks and connector wrappers (server or AWS Lambda)
managing-on-premise-agentsSecure connectivity to private systems behind a firewall
using-marketplace-templatesInstall Templates and Integration Apps; copy prebuilt flows
troubleshooting-flowsDiagnosing failures, partial errors, stuck jobs, empty runs
writing-mappingsMapper 2.0, Transformation 2.0, lookups, response mapping
writing-handlebarsDynamic template expressions for mappings, URIs, SQL, filters
writing-scriptsJavaScript hooks -- preSavePage, preMap, postMap, postSubmit
writing-sqlSQL for RDBMS exports/imports across Snowflake, Postgres, MySQL, and more

Slash Commands

The plugin bundles slash commands for Cursor and Claude Code -- skills-backed authoring helpers that work without a connected account:

CommandDescription
/celigo-plan-integrationPlan a new integration from requirements (design + build order)
/celigo-handlebarsAuthor or debug a Handlebars expression
/celigo-sqlWrite SQL for an RDBMS export/import
/celigo-mappingBuild a field mapping (Mapper 2.0)
/celigo-review-configReview a pasted resource config against best practices

MCP Prompts & Resources

The mcp/ directory contains prompts and resources served by the Celigo MCP server via the MCP protocol's prompts/list, prompts/get, resources/list, and resources/read endpoints.

Prompts

PromptDescription
getting-startedOrientation for the Celigo MCP server -- core concepts, build order, tool inventory
plan-new-integrationPlan a new integration from requirements
review-flow-configReview an existing flow configuration
troubleshoot-flowDiagnose a failing or misbehaving flow
diagnose-connectionTroubleshoot connection issues
audit-account-healthAudit account health and find issues
writing-handlebarsWrite Handlebars template expressions
writing-sqlWrite SQL for RDBMS exports and imports

Resources

ResourceURI
Account Architecture Modelceligo://resources/account-architecture
Account Settings Referenceceligo://resources/account-settings
API Referenceceligo://resources/api-reference
Connector Catalogceligo://resources/connector-catalog
Error Patternsceligo://resources/error-patterns
Glossaryceligo://resources/glossary
Handlebars Helper Catalogceligo://resources/handlebars-helpers
Recycle Bin Referenceceligo://resources/recycle-bin
Tool Usage Guideceligo://resources/tool-usage-guide

Adding MCP content

See the MCP README for the frontmatter schema and how the Celigo MCP server consumes these files.

Celigo CLI

The skills reference the Celigo CLI for examples. Install it with:

Terminal
npm install -g celigo-cli

API and UI alternatives are noted where applicable.

Links

  • Celigo Documentation
  • Celigo Developer Guide
  • Agent Skills Specification
  • Skills Directory

License

MIT