Tallwatch
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
Create a key in Settings → API keys. Copy the
tw_live_…secret (shown once), or use Copy prompt.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"
}
}
}
}Reload MCP in Cursor Settings.
Prefer user-level config so the key is not committed.
Related MCP server: Drumbeats MCP
Tools
Scope | Tools |
|
|
|
|
Marketplace logo
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.pngThis server cannot be installed
Maintenance
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
- AlicenseBqualityBmaintenanceRun NRQL, NerdGraph, and REST v2 operations to query data, manage incidents, create synthetics, and annotate deployments — all from your MCP client.181,50614MIT

Drumbeats MCPofficial
AlicenseAqualityAmaintenanceMCP server for Drumbeats monitoring. Enables creating monitors, triaging incidents, and running HTTP/SSL/DNS checks using natural language from any AI client.16222Apache 2.0- Alicense-qualityCmaintenanceMCP 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
- Flicense-qualityDmaintenanceMonitors MCP server uptime, auth failures, schema drift, and SLA evidence.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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