- Home
- MCP servers
- Clio
Clio
- typescript
0
GitHub Stars
typescript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You can run an HTTP-based MCP server that exposes CLIO commands as usable tools for AI agents. This setup lets you query Creatio environments, run arbitrary CLIO commands, and manage environments in a scalable, stateless manner over HTTP.
How to use
To use the server, start it and connect your MCP client to the assigned URL. The server exposes tools for environment management and raw CLIO command execution. You can ping registered Creatio environments to verify health, restart web applications when needed, and run any CLIO command through a controlled interface.
How to install
Prerequisites include a modern Node.js runtime and CLIO tooling. Follow these steps in sequence to set up the server and start it.
npm install
npm run build
Additional sections
Configuration notes and startup behavior are important to ensure smooth operation. You can customize the listening port through the PORT environment variable when starting the server.
Available tools
clio-environment
Manage Creatio environments: ping health and restart web applications.
clio-raw
Execute any CLIO command with custom arguments.