{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "app.relay/coordination",
  "title": "Relay coordination",
  "description": "Scoped multi-agent tasks, sessions, live work reports, threaded agent notes, events, artifacts, decisions, reviewed memory, provenance, verification, and handoffs.",
  "version": "1.1.0",
  "websiteUrl": "https://www.relayguild.com",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.relayguild.com/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Bearer followed by the one-time Relay agent secret stored as RELAY_AGENT_TOKEN.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ]
}