---
title: "cm-gpt"
description: "CM GPT: the Critical Manufacturing MES documentation assistant. Answers questions on MES features, configuration, APIs, architecture and supported technologies by searching official CM documentation, with citations."
canonical: https://agentpluginsdirectory.com/plugins/cm-gpt
last-updated: 2026-09-21
---

# cm-gpt
CM GPT: the Critical Manufacturing MES documentation assistant. Answers questions on MES features, configuration, APIs, architecture and supported technologies by searching official CM documentation, with citations.
- Slug: cm-gpt
- Publisher: Critical Manufacturing
- Repository: https://github.com/criticalmanufacturing/agent-plugins
- Manifest: plugins/cm-gpt/plugin.json
- Version: 0.1.1
- Category (editorial): other
- Skills: 1 (ask)
- MCP servers: 1 (cm-gpt)
- Stars: 0
- Repository created: 2026-09-18
- Repository last pushed: 2026-09-21
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/cm-gpt
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What cm-gpt does, in the publisher's words

Brings CM GPT, the Critical Manufacturing MES documentation assistant, into both Claude Code / Cowork and ChatGPT / Codex, from the same plugin folder. Bundles the connector to the CM GPT MCP server together with the search-and-answer instructions that were previously carried as a LibreChat agent system prompt.

This works on both platforms because Claude Code and OpenAI's Codex/ChatGPT plugin system now share the open Agent Plugins manifest format. Concretely:

- skills/ask/ is read as-is by both platforms: one skill file, no duplication.
- plugin.json (root) + mcp.json (root) are the portable Agent Plugins manifests, used by Codex/ChatGPT.
- claude-plugin/plugin.json +.mcp.json are Claude Code's own manifest format. OpenAI's docs say it also accepts these as a legacy/compatibility fallback, but this repo keeps both pairs explicit rather than relying on that fallback.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/criticalmanufacturing/agent-plugins/HEAD/plugins/cm-gpt/README.md

## Skills

- ask: Ask CM GPT for answers about Critical Manufacturing's MES, configuration, APIs, architecture, features, releases, known issues, and training. It searches official CM documentation across the Documentation Portal, Developer Portal, Customer Portal, Information Center, and Training Portal, then answe…

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- cm-gpt: transport: streamable-http; url: https://criticalmanufacturing.ai/docs/mcp

Read from the plugin's own mcp.json. Environment variable names only, never values.
