Serverschat.mumo/mcp
M

chat.mumo/mcp

chat.mumo/mcp · v0.1.0
● Remote
v0.1.0remote🌐 https://mumo.chat/api/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "chat.mumo/mcp",
  "description": "Consult a multi-model panel on contested decisions via MCP: architecture, plan review, strategy.",
  "repository": {
    "url": "https://github.com/mumo-chat/mumo-mcp",
    "source": "github"
  },
  "version": "0.1.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mumo.chat/api/mcp",
      "headers": [
        {
          "value": "Bearer {MUMO_API_KEY}",
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}