Celigo
Manage your Celigo integrator.io account: integrations, flows, connections, errors, and jobs.
- Transport
- Not stated
- Package
- —
- Registry id
- com.celigo/celigo
No install snippet on purpose. A working MCP config is a command, its arguments and an environment block — the last two are where API keys live, so this catalogue never stores them and cannot publish them. Follow the link above for the authors' own instructions.
One-stop shop for building integrations on the Celigo platform with AI.
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
npx skills add celigo/ai
Install specific skills
# 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:
/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.
From the project's README.