@tickwatch/mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@tickwatch/mcpWhy did the nightly backup cron job fail?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Это зеркало. Исходники живут в приватном монорепозитории Tickwatch, в
apps/mcp, и приезжают сюда автоматически. История здесь перезаписывается при каждой выкладке — присланный сюда PR или коммит пропадёт. Вопросы и предложения: alex@pyrrhula.dev.
@tickwatch/mcp
MCP-сервер Tickwatch — мониторинг cron-задач из ассистента.
Зачем
Два сценария, ради которых он сделан:
Разбор инцидента. «Почему ночной бэкап упал?» — ассистент достаёт монитор, последние запуски и хвост вывода задачи, не заставляя открывать панель.
Заведение мониторов. «Я добавил cron-задачу, поставь на неё мониторинг» — ассистент создаёт монитор с тем же расписанием и возвращает готовую строку с
curl.
Related MCP server: Datadog MCP Server
Подключение
Нужен ключ API из настроек воркспейса. Для разбора инцидентов достаточно ключа только на чтение: инструменты, меняющие состояние, при таком ключе не появятся.
{
"mcpServers": {
"tickwatch": {
"command": "npx",
"args": ["-y", "@tickwatch/mcp"],
"env": { "TICKWATCH_TOKEN": "twk_…" }
}
}
}TICKWATCH_API_URL можно переопределить — например, чтобы указать на локальный
экземпляр при разработке. По умолчанию https://tickwatch.dev/api/v1.
Инструменты
Инструмент | Право | Что делает |
| read | Мониторы с текущим состоянием |
| read | Один монитор с настройками и адресом пинга |
| read | Последние запуски: код возврата, длительность, вывод |
| read | Инциденты, в том числе только открытые |
| read | Тариф, права ключа, использование |
| write | Заводит монитор и отдаёт адрес пинга |
| write | Пауза и возврат в работу |
| write | Отметка «уже разбираемся» |
О чём стоит знать
get_runs передаёт модели сохранённый вывод ваших задач — это stderr с вашего
сервера. Там попадаются пути, имена баз и иногда то, чему в переписке
с ассистентом не место.
Ключ на запись даёт ассистенту право удалять мониторы. Начинайте с ключа только на чтение.
Сервер работает поверх публичного REST API и не имеет собственного доступа к данным: всё, что он может, ограничено правами ключа. Отзыв ключа в панели немедленно останавливает и его.
This 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
- FlicenseBqualityDmaintenanceEnables AI assistants to interact with Uptime Agent monitoring system to check uptime status, manage incidents, create new monitors, and analyze downtime through natural conversation.71
- AlicenseBqualityDmaintenanceEnables interaction with Datadog's monitoring and observability platform through the MCP protocol. Supports incident management, monitor status checks, log searches, metrics queries, APM traces, dashboard access, RUM analytics, host management, and downtime scheduling.1318Apache 2.0

GetMonitor MCP Serverofficial
AlicenseCqualityBmaintenanceConnects AI assistants to GetMonitor status pages, monitors, incidents, and maintenance schedules via read-only tools.10017Apache 2.0- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to interact with Healthchecks.io, allowing users to list, create, update, pause, resume, and delete checks, as well as view ping history and integrations.679MIT
Related MCP Connectors
Set up uptime monitoring from your editor: create checks, configure alerts, query uptime history.
Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.
Website uptime monitoring: run checks from 300+ locations, manage monitors, alerts and incidents
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/pyrrhuladev/tickwatch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server