Exposes CLIO commands as MCP tools over a stateless HTTP server for reliable AI-driven command execution.
Configuration
View docs{
"mcpServers": {
"a-yushko-clio-mcp": {
"url": "http://localhost:3000/mcp",
"headers": {
"PORT": "3000"
}
}
}
}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.
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.
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 buildConfiguration 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.
Manage Creatio environments: ping health and restart web applications.
Execute any CLIO command with custom arguments.