clio mcp for creatio

by advance-technologies-foundation

Not rated
GitHub

About

Open-source and fast-grow mcp server for develop on Creatio platform

Details

Author
advance-technologies-foundation
Categories
Developer Tools

Setup

Install clio mcp for creatio in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/advance-technologies-foundation/clio

Follow the installation instructions in the repository README, then restart your MCP client.

Command Line Interface clio is the utility for integration Creatio platform with development and CI/CD tools.

Please giveclio-explorer, a Visual Studio code extension forclioa try! This extension provides user interface over clio commands.

Prerequisite:clio requires the.NET SDK(or, at minimum, both the .NET runtimeandthe ASP.NET Core shared runtime —Microsoft.AspNetCore.App). The SDK bundles the ASP.NET Core shared framework, so SDK-based installs need nothing extra. Runtime-only installs that ship only the base .NET runtime (Microsoft.NETCore.App) without ASP.NET Core — e.g. minimal CI agents — arenot supported: clio references the ASP.NET Core shared framework (used byclio mcp-http) for all commands, so it will fail to start with a "framework not found" error when ASP.NET Core is absent.

To register clio as the global tool, run the command:

To unregister clio as the global tool, run the command:

More information you can see in.NET Core Global Tools overview.

https://user-images.githubusercontent.com/26967647/169416137-351674ca-0bd2-44f1-83af-df4557bd02fd.mp4

Register clio as the global tool, with the command:

More information you can see in.NET Core Global Tools overview.

Execute command in terminal for success check

docker build -f ./install/Dockerfile -t clio .
docker run -it --rm clio help docker run -it --rm clio reg-web-app -help

SeeCONTRIBUTING.mdfor build setup, test targets, code style, and PR workflow.

Clio supports Model Context Protocol (MCP) for integration with AI code agents.

Install clio as a global .NET tool (seeInstallationabove), then verify:

All agents usestdio transportwith the same command:clio mcp-server.

Or add to.claude/settings.jsonin your project (or~/.claude/settings.jsonglobally):

{ "mcpServers": { "clio": { "command": "clio", "args": ["mcp-server"], "type": "stdio" } } }

Open the Command Palette (Ctrl+Shift+P/Cmd+Shift+P) and runMCP: Add Server, then follow the guided flow.

Alternatively, add to.vscode/mcp.jsonmanually:

{ "servers": { "clio": { "type": "stdio", "command": "clio", "args": ["mcp-server"] } } }

Inside a Copilot CLI session, run the interactive command:

Then follow the guided flow to register a stdio server with commandclioand argumentmcp-server.

Alternatively, add to~/.copilot/mcp-config.json(global) or.mcp.json(project root) manually:

{ "servers": { "clio": { "type": "stdio", "command": "clio", "args": ["mcp-server"] } } }

Alternatively, add to~/.codex/config.tomlmanually:

[mcp_servers.clio] command = "clio" args = ["mcp-server"]
npx @modelcontextprotocol/inspector dotnet run --project ~/Projects/clio/clio mcp-server

- Command:dotnet
- Arguments:run --project /path/to/clio/clio mcp-server
- Transport Type:STDIO

This opens a browser interface to test MCP tools.

- packageName(optional) - Filter by package
- searchPattern(optional) - Filter by name pattern
- limit(optional) - Max results (default: 50)
- environmentName/uri+login+password- Connection

- schemaName(required) - Page schema name
- environmentName/uri+login+password- Connection

update-page- Update page body (Destructive)

- schemaName(required) - Page schema name
- body(required) - New JSON body
- dryRun(optional) - Validate only
- environmentName/uri+login+password- Connection

install-application- Install application package

Starting from September 2025, thecreatewcommand generates a solution file in.slnxformat. All projects are added in a sorted order by their relative path, ensuring a stable and repeatable solution structure.

- Solution file:.solution/CreatioPackages.slnx
- Projects: always sorted by path
- Command:clio createw

This change improves consistency for CI/CD and version control.

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Create crafted UI components inspired by the best 21st.dev design engineers.

Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server

An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .

MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent

ALAPI MCP Tools,Call hundreds of API interfaces via MCP

AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform

MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.

APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.

One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.

Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.