home / mcp / clio mcp server

Clio MCP Server

Exposes CLIO commands as MCP tools over a stateless HTTP server for reliable AI-driven command execution.

Installation
Add the following to your MCP client configuration file.

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.

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.