Skip to main content
Glama

Celigo MCP Server

package.json1.24 kB
{ "name": "celigo-mcp", "version": "1.0.4", "description": "MCP server for Celigo integrator.io API - enables ChatGPT, Claude, Cursor, and other MCP clients to interact with Celigo integrations, flows, and connections", "type": "module", "bin": { "celigo-mcp": "./build/index.js" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc && chmod 755 build/index.js", "prepare": "npm run build", "test": "echo \"No tests yet\" && exit 0" }, "files": [ "build", "LICENSE" ], "keywords": [ "mcp", "celigo", "integration", "model-context-protocol", "claude", "ai", "integrator", "ipaas", "etl" ], "author": "Ilyasse Salama", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ilyassesalama/celigo-mcp.git" }, "homepage": "https://github.com/ilyassesalama/celigo-mcp", "bugs": { "url": "https://github.com/ilyassesalama/celigo-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "axios": "^1.7.9", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.2" }, "engines": { "node": ">=16.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ilyassesalama/celigo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server