Skip to content

Repository files navigation

lib_ConvertigoMCP

Convertigo MCP Usage Guide

lib_ConvertigoMCP exposes Convertigo tools, prompts, resources, setup helpers, and authoring guides through the local Streamable HTTP MCP endpoint.

Endpoint: http://localhost:18080/convertigo/api/mcp

Mistral Vibe

Add the Convertigo MCP endpoint in the Vibe MCP configuration. Start each task by reading convertigo-start and the selected recipe. Create, validate, save, and reload Convertigo projects through MCP tools.

[mcp_servers.convertigo]
transport = "http"
url = "http://localhost:18080/convertigo/api/mcp"

Codex

Run the lib_ConvertigoMCP._setupCodex sequence once for the target CODEX_HOME, then ask Codex to use the convertigo-generalist skill. Codex must discover the MCP catalog first, read convertigo://resources/convertigo-start, then read the relevant recipe before creating or editing projects.

[mcp_servers.convertigo]
url = "http://localhost:18080/convertigo/api/mcp"

Claude Code

Register Convertigo as a Streamable HTTP MCP server. Ask Claude Code to call tools/list, resources/list, and prompts/list, then use the exposed MCP tools for project tree edits, validation, save, and runtime checks.

[mcp_servers.convertigo]
type = "streamable-http"
url = "http://localhost:18080/convertigo/api/mcp"

For more technical informations : documentation

Installation

  1. In your Convertigo Studio click on to import a project in the treeview

  2. In the import wizard

    paste the text below into the Project remote URL field:

    UsageClick the copy button at the end of the line
    To contribute
    lib_ConvertigoMCP=git@github.com:convertigo/c8oprj-lib-c8o-mcp.git:branch=codex
    
    To simply use
    lib_ConvertigoMCP=git@github.com:convertigo/c8oprj-lib-c8o-mcp/archive/codex.zip
    
  3. Click the Finish button. This will automatically import the lib_ConvertigoMCP project

Rest Web Service

Mappings

/mcp

Operations
Get
Post

Streamable HTTP entry point for MCP requests

Parameters

namecomment
jsonOnly
requestJSON-RPC request body

/mcp/

Operations
Get
Post

Streamable HTTP entry point for MCP requests

Parameters

namecomment
jsonOnly
requestJSON-RPC request body

Mobile Application

Pages

Home

Templates

TplEntityPage

Template source for generated CRUD entity pages.

TplHome

Template source for the generated CRUD home page.

TplLogin

Template source for the generated login/session bootstrap page.

Shared Components

TplCrudErrorRetryState

Template source for the CRUD error/retry card.

variables

namecomment
Message

events

namecomment
RetryEmitted when the user asks to retry the current CRUD state.

TplCrudLoadingState

Template source for the CRUD loading state card.

variables

namecomment
Message

TplCrudPageHeader

Template source for the CRUD page header.

variables

namecomment
Subtitle
Title

TplDashboardStatCard

Template source for the CRUD dashboard stat card.

variables

namecomment
Caption
Count
Title

TplEntityDetailCard

Template source for the CRUD entity detail card.

variables

namecomment
RefreshToken
SelectedId
Title

TplEntityEditForm

Template source for the CRUD entity edit form.

variables

namecomment
ActionLabel
CreateTitle
DeleteLabel
DraftSeed
EditTitle
Mode
RefreshToken
SelectedId

events

namecomment
CancelledEmitted when the user cancels form editing.
DeletedEmitted after a successful delete.
SavedEmitted after a successful create or update.

TplEntityListPanel

Template source for the CRUD entity list panel.

variables

namecomment
ActionLabel
PrimaryField
RefreshToken
SecondaryField
Title

events

namecomment
ItemSelectedEmitted when the user selects one row from the local list.
NewRequestedEmitted when the user wants to create a new row.

TplWorkInProgressCard

Template source for the bootstrap work-in-progress card.

variables

namecomment
Message

About

MCP server project exposing Convertigo tools, prompts, resources, setup helpers, and authoring guides for agentic project creation and validation.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages