Agent Plugins Marketplace
All plugins

mumo

v0.6.1

Multi-model deliberation panel. Diverse AI voices + claim-level reactions on contested decisions.

Codex1 Skill

By mumoLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 9, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install mumo for Codex

Installs for the current user
codex plugin marketplace add mumo-chat/mumo-codex
codex plugin marketplace upgrade mumo
codex plugin add mumo@mumo

Paste and run these commands in a terminal with Codex. They add and refresh the mumo catalog, then install this plugin.

Compatibility: the page URL and API slug “mumo” remain stable.

  • Codex: mumo@agent-plugin-marketplacemumo@mumo

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mumo-chat/mumo-codex

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mumo/.

Plugin files

plugins/mumo/
├── .codex-plugin/plugin.json
└── skills/mumo/SKILL.md

Included Skills1

mumoskills/mumo/SKILL.md

Runs a multi-model deliberation across models from different labs (Claude, GPT, Gemini, Grok, DeepSeek, Kimi, and more) via mumo's MCP server, returning full responses plus typed cross-model reactions. Use when independent perspectives are needed on architecture/product decisions, design and plan review before implementation, pre-launch pressure tests, tradeoffs with multiple defensible framings, or explicit user requests for a mumo panel. Especially valuable for pre-implementation review of anything touching auth, security, tokens, payments, data exposure, or migrations. Requires a mumo platform API key exported as MUMO_API_KEY.

Plugin manifests1

plugins/mumo/.codex-plugin/plugin.json
{
  "name": "mumo",
  "version": "0.6.1",
  "description": "Multi-model deliberation panel. Diverse AI voices + claim-level reactions on contested decisions.",
  "author": {
    "name": "mumo",
    "url": "https://mumo.chat"
  },
  "license": "MIT",
  "homepage": "https://mumo.chat/install/codex",
  "repository": "https://github.com/mumo-chat/mumo-codex",
  "keywords": [
    "deliberation",
    "multi-model",
    "mcp",
    "claude",
    "gpt",
    "gemini",
    "panel",
    "architecture",
    "design-review",
    "code-review"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "mumo",
    "shortDescription": "Multi-model deliberation panel. Diverse AI voices on contested decisions.",
    "longDescription": "When Codex is about to make an architecture choice, design tradeoff, or security-sensitive change worth checking across labs, mumo runs a panel of frontier models in parallel — Claude, GPT, Gemini, Grok, DeepSeek, Kimi, and more — and returns each model's full response plus typed cross-model reactions: what each model keeps, challenges, or wants explored in the others' claims. Useful before commitment-grade decisions: architecture, design review, pre-commit review on risky diffs, stuck debugging, or anything where the cost of being wrong outweighs the cost of deliberation.",
    "developerName": "mumo",
    "category": "Productivity",
    "capabilities": [
      "Interactive"
    ],
    "websiteURL": "https://mumo.chat",
    "privacyPolicyURL": "https://mumo.chat/legal/privacy",
    "termsOfServiceURL": "https://mumo.chat/legal/terms",
    "logo": "./assets/logo.png",
    "composerIcon": "./assets/logo.png",
    "defaultPrompt": [
      "Have mumo pressure-test this design before I commit."
    ],
    "screenshots": [
      "./assets/screenshot-claim-map.png",
      "./assets/screenshot-rounds.png"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[mumo on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mumo)