ANTHROPIC CLAUDE DESKTOP & SSE

Connect Claude Desktop to Your Infrastructure

Pair Anthropic Claude with Monitor Hub to inspect server CPU graphs, receive instant outage root cause analysis, and monitor website SLAs right inside your Claude conversations.

`claude_desktop_config.json` Configuration

Locate your operating system config file and paste the snippet below.

Remote MCP SSE Ready
macOS Path
~/Library/Application Support/Claude/claude_desktop_config.json
Windows Path
%APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "monitorhub": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fetch",
        "https://mcp.monitorhubs.com/sse"
      ],
      "env": {
        "AUTHORIZATION": "Bearer mcp_sk_live_YOUR_KEY_HERE"
      }
    }
  }
}

Simple Setup Walkthrough

Follow these 4 simple steps to connect Claude Desktop to your Monitor Hub workspace.

1

Install Claude

Download and install Claude Desktop from claude.ai/download.

2

Open Config File

Open your claude_desktop_config.json file in any text editor.

3

Paste Config & Key

Paste the JSON snippet above and replace mcp_sk_live_... with your key from Dashboard.

4

Restart & Prompt

Restart Claude Desktop. You will see the Monitor Hub electrical hammer tool icon ready in Claude!

Prompts You Can Ask Claude

"Check Monitor Status"

"Claude, check my website response times and notify me if any monitor is currently down."

"Inspect Outage Causes"

"Read recent incidents from Monitor Hub and summarize the root cause of the last downtime."

"SLA Report Generation"

"Calculate 24h SLA uptime percentages across all my endpoints for a weekly report."