Back to Browse

Mumo MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Consult a multi-model panel on contested decisions via MCP: architecture, plan review, strategy.

About

Consult a multi-model panel on contested decisions via MCP: architecture, plan review, strategy.

Remote endpoints: streamable-http: https://mumo.chat/api/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "chat-mumo-mcp": {
      "url": "https://mumo.chat/api/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

mumo-mcp — canonical baseline for mumo MCP client packages

This 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/.

mumo 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.

Install (end users)

Pick the package for your host:

HostInstall pageRepo
Claude Codehttps://mumo.chat/install/claude-codemumo-chat/mumo-claude
Codexhttps://mumo.chat/install/codexmumo-chat/mumo-codex
Cursorhttps://mumo.chat/install/cursormumo-chat/mumo-cursor
VS Code (Copilot)https://mumo.chat/install/vs-codemumo-chat/mumo-vscode
Hermes Agenthttps://mumo.chat/install/hermesmumo-chat/mumo-hermes
OpenClawhttps://mumo.chat/install/openclawmumo-chat/mumo-openclaw

API keys: sign up at https://mumo.chat and create a platform key at Settings → API Keys (keys start with mmo_live_).

Repo contents

skills/mumo/
├── SKILL.template.md       # tokenized baseline (the source of truth)
├── playbooks/              # shared cognitive-shape playbooks
└── references/             # shared reference docs (claim maps, snippets, takeaway, etc.)
scripts/
├── build-skill.js          # renderer: template + per-client overlay -> client SKILL.md
├── README.md               # how the build system works
└── clients/                # per-client configs + Setup/Frontmatter partials

The 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.

Building

node scripts/build-skill.js                      # render to all six sibling client repos
node scripts/build-skill.js --target <client>    # render one
node scripts/build-skill.js --verify-all         # check for drift across all six (use in CI)

See scripts/README.md for details (token reference, adding a new client, etc.).

Editing

  • Shared kernel changes → edit skills/mumo/SKILL.template.md. Re-render to propagate.
  • 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.
  • Shared playbooks / references → edit skills/mumo/playbooks/ or skills/mumo/references/. Currently propagated manually; build-system handling is a follow-up.

Architecture

The shared-sections + per-client-overlay model is documented in docs/MCP_CLIENTS.md in the main mumo repo. The 2026-05-20 audit at docs/audits/2026-05-20-mcp-skill-delta.md enumerates exactly which sections are shared vs. per-client.

Links

License

MIT

Reviews

No reviews yet

Be the first to review this server!