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.
~/Library/Application Support/Claude/claude_desktop_config.json%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.
Open Config File
Open your claude_desktop_config.json file in any text editor.
Paste Config & Key
Paste the JSON snippet above and replace mcp_sk_live_... with your key from Dashboard.
Restart & Prompt
Restart Claude Desktop. You will see the Monitor Hub electrical hammer tool icon ready in Claude!
Prompts You Can Ask Claude
"Claude, check my website response times and notify me if any monitor is currently down."
"Read recent incidents from Monitor Hub and summarize the root cause of the last downtime."
"Calculate 24h SLA uptime percentages across all my endpoints for a weekly report."