{
  "markdown": "# mumo-mcp — canonical baseline for mumo MCP client packages\n\nThis repo is the **source of truth** for mumo's MCP client SKILL.md content. It is not a client package — no end user installs from here directly. Per-client packages live in sibling repos (see below), and each is rendered from this baseline by the build script in `scripts/`.\n\nmumo runs multi-model deliberations across Claude, GPT, Gemini, Grok, Qwen, GLM, and Kimi in parallel. Use it for contested decisions — architecture, plan review, strategy — where a single model might be confidently wrong. The mumo MCP server lives at `https://mumo.chat/api/mcp` and exposes `create_deliberation`, `wait_for_round`, `append_round`, `get_session`, `list_sessions`, `list_models`, `get_credit`.\n\n## Install (end users)\n\nPick the package for your host:\n\n| Host | Install page | Repo |\n|---|---|---|\n| Claude Code | https://mumo.chat/install/claude-code | `mumo-chat/mumo-claude` |\n| Codex | https://mumo.chat/install/codex | `mumo-chat/mumo-codex` |\n| Cursor | https://mumo.chat/install/cursor | `mumo-chat/mumo-cursor` |\n| VS Code (Copilot) | https://mumo.chat/install/vs-code | `mumo-chat/mumo-vscode` |\n| Hermes Agent | https://mumo.chat/install/hermes | `mumo-chat/mumo-hermes` |\n| OpenClaw | https://mumo.chat/install/openclaw | `mumo-chat/mumo-openclaw` |\n\nAPI keys: sign up at https://mumo.chat and create a platform key at [Settings → API Keys](https://mumo.chat/settings/api-keys) (keys start with `mmo_live_`).\n\n## Repo contents\n\n```\nskills/mumo/\n├── SKILL.template.md       # tokenized baseline (the source of truth)\n├── playbooks/              # shared cognitive-shape playbooks\n└── references/             # shared reference docs (claim maps, snippets, takeaway, etc.)\nscripts/\n├── build-skill.js          # renderer: template + per-client overlay -> client SKILL.md\n├── README.md               # how the build system works\n└── clients/                # per-client configs + Setup/Frontmatter partials\n```\n\nThe template uses `{{TOKEN}}` markers for per-client substitution points (application name, moderator example, install URL, tool-naming registry note, etc.). Each `scripts/clients/<client>.json` fills them in.\n\n## Building\n\n```bash\nnode scripts/build-skill.js                      # render to all six sibling client repos\nnode scripts/build-skill.js --target <client>    # render one\nnode scripts/build-skill.js --verify-all         # check for drift across all six (use in CI)\n```\n\nSee `scripts/README.md` for details (token reference, adding a new client, etc.).\n\n## Editing\n\n- **Shared kernel changes** → edit `skills/mumo/SKILL.template.md`. Re-render to propagate.\n- **Per-client overlay changes** (`## Setup` body, frontmatter, application name, moderator example, install URL, tool-naming note) → edit `scripts/clients/<client>/` partials or `scripts/clients/<client>.json` tokens. Re-render.\n- **Shared playbooks / references** → edit `skills/mumo/playbooks/` or `skills/mumo/references/`. Currently propagated manually; build-system handling is a follow-up.\n\n## Architecture\n\nThe shared-sections + per-client-overlay model is documented in [`docs/MCP_CLIENTS.md`](https://github.com/mumo-chat/mumo/blob/main/docs/MCP_CLIENTS.md) in the main mumo repo. The 2026-05-20 audit at [`docs/audits/2026-05-20-mcp-skill-delta.md`](https://github.com/mumo-chat/mumo/blob/main/docs/audits/2026-05-20-mcp-skill-delta.md) enumerates exactly which sections are shared vs. per-client.\n\n## Links\n\n- Product — https://mumo.chat\n- MCP reference — https://mumo.chat/docs/mcp\n- REST API — https://mumo.chat/docs/api\n- Issues — https://github.com/mumo-chat/mumo-mcp/issues\n\n## License\n\nMIT\n",
  "bytes": 3652,
  "sha": "3afa619bcbfce3fefbef7c162283f09354217fd029529b35487ad891dc1b73e4",
  "repo_slug": "mumo-chat/mumo-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_chat_mumo_mcp_25b3f164/readme"
}