The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Xitoring listing page.
Connect AI assistants like Claude, Cursor, and ChatGPT to your Xitoring monitoring data.
The Xitoring MCP server is a hosted, remote HTTP server - there is nothing to install or run locally. Point your MCP-compatible client at https://app.xitoring.com/mcp with your Xitoring API key and you're done.
Xitoring is an all-in-one monitoring platform: uptime checks (HTTP, TCP, DNS, ICMP), server monitoring via the Xitogent agent (CPU, memory, disk, network, processes), SSL expiry, heartbeat checks, incident management, status pages, and notification routing. Teams use it to detect outages, triage performance regressions, track SLAs, and run on-call.
The server exposes 60+ tools across these areas:
Inspect servers and Xitogent agents, fetch live and historical CPU / memory / disk / network metrics, list top processes, and pull system info.
List and inspect every check type (HTTP, HTTPS, TCP, DNS, ICMP, SSL, heartbeat). Get response time, latency, regional reachability, and uptime percentages.
Search and filter incidents, read incident timelines and notes, inspect triggers and notification routing, and follow incident state changes.
View status pages and the components they expose, list current and upcoming maintenance windows.
Pull uptime and SSL reports, inspect subscription and quota usage, list and read support tickets.
Account-level audit logs, Xitogent connection / installation logs, and notification delivery history.
Resolve incidents, add notes, pause / unpause checks, create new checks, schedule maintenance, send test notifications, invite contacts, and open support tickets.
Pick the section that matches your client. In every example, replace YOUR_API_KEY with the key you generated above.
Edit your config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonRestart Claude Desktop after saving.
Settings > MCP > Add new MCP server, then paste:
Create .vscode/mcp.json in your workspace:
If your client only supports stdio transport, bridge through mcp-remote:
xitoring listed with its tools.If you get a response that names your real servers, you're connected.
web-prod-01."api.example.com for last month."db-01 and read me their notes."web-prod-01 starting tomorrow at 02:00 UTC."staging.example.com while we redeploy."https://api.example.com/health that runs every minute from EU regions."https://app.xitoring.com/mcp is encrypted over HTTPS.Authorization: Bearer .... Revoking the key in the Xitoring dashboard immediately cuts off MCP access.| Symptom | What to check |
|---|---|
401 Unauthorized | The API key is wrong, revoked, or the header is malformed. The header must be exactly Authorization: Bearer YOUR_API_KEY - no extra quotes, no typos. |
| MCP server doesn't appear in the client | Fully restart the client. Validate JSON syntax (a missing comma will silently disable the entry). |
429 Too Many Requests | MCP shares Xitoring's REST API rate limits. Slow down the prompts or upgrade your plan. |
| Empty results from a tool | Check the API key's scope and whether you're in the right sub-account context. Some tools only return data the key has access to. |
| Tool call hangs | Check Xitoring's status page, then retry. If reproducible, file an issue with the tool name and timestamp. |
The Xitoring MCP server is currently in beta. Tool names and response shapes may change before 1.0. Feedback and bug reports via GitHub issues are very welcome.
MIT