Skip to main content
Glama
nabinkhair42

Tallwatch

by nabinkhair42

Tallwatch for Cursor

MCP plugin so Cursor can talk to Tallwatch: list monitors, triage incidents, see who is on call, and (with a write key) pause monitors or ack/resolve incidents.

The server is @tallwatch/mcp on npm. This repo is the public Cursor plugin wrapper. Setup guide: docs.tallwatch.com/integrations/mcp.

Install

  1. Create a key in Settings → API keys. Copy the tw_live_… secret (shown once), or use Copy prompt.

  2. Add the server to ~/.cursor/mcp.json (user) or .cursor/mcp.json (project):

{
  "mcpServers": {
    "tallwatch": {
      "command": "npx",
      "args": ["-y", "@tallwatch/mcp"],
      "env": {
        "TALLWATCH_API_KEY": "tw_live_your_key_here",
        "TALLWATCH_API_URL": "https://api.tallwatch.com"
      }
    }
  }
}
  1. Reload MCP in Cursor Settings.

Prefer user-level config so the key is not committed.

Related MCP server: Drumbeats MCP

Tools

Scope

Tools

read

list_monitors, get_monitor, list_incidents, get_incident, list_oncall_now, list_status_pages

write

create_monitor, update_monitor, pause_monitor, resume_monitor, trigger_test_check, acknowledge_incident, resolve_incident, add_postmortem

assets/logo.png is 1:1 with a background plate. After this repo is public, the logotype URL is:

https://raw.githubusercontent.com/nabinkhair42/tallwatch-mcp/main/assets/logo.png
A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    B
    maintenance
    Run NRQL, NerdGraph, and REST v2 operations to query data, manage incidents, create synthetics, and annotate deployments — all from your MCP client.
    18
    1,506
    14
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    MCP server for Drumbeats monitoring. Enables creating monitors, triaging incidents, and running HTTP/SSL/DNS checks using natural language from any AI client.
    16
    22
    2
    Apache 2.0
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for investigating cloud incidents and managing approvals. Provides read-only tools to list incidents, investigate incidents, and list approvals, keeping remediation behind human approval.
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP uptime, schema, auth, and SLA receipt monitoring.

  • AI-powered website change monitoring - manage monitors and alerts via MCP.

  • Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nabinkhair42/tallwatch-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server