Skip to content
Claude Desktop

Repose for Claude Desktop

io.github.vncntknl/repose

Uptime monitoring that doesn't cry wolf: manage monitors, read incidents, record deploys.

client:Claude Desktop transport:streamable-http

Install Repose in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "repose": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://repose.sh/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Repose in other clients