Serversio.github.runrelay/mcp-relay
R

io.github.runrelay/mcp-relay

io.github.runrelay/mcp-relay · v0.1.0
● Remote
v0.1.0remote🌐 https://mcp.runrelay.io/sse↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.runrelay/mcp-relay",
  "description": "RunRelay MCP relay — AI agent threads, HITL confirmations, and travel capability discovery.",
  "repository": {
    "url": "https://github.com/runrelay/app-runrelay",
    "source": "github"
  },
  "version": "0.1.0",
  "remotes": [
    {
      "type": "sse",
      "url": "https://mcp.runrelay.io/sse",
      "headers": [
        {
          "description": "Your RunRelay API key (starts with rr_). Get one at https://runrelay.io",
          "value": "Bearer {runrelay_api_key}",
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}