Deadmansnitch
БесплатноНе проверенAn MCP server for Dead Man's Snitch that enables AI assistants to manage monitoring snitches, including creating, updating, checking in, and pausing monitors fo
Описание
An MCP server for Dead Man's Snitch that enables AI assistants to manage monitoring snitches, including creating, updating, checking in, and pausing monitors for scheduled tasks and cron jobs.
README
PyPI version Python License: MIT CI codecov FlakeHub Nix Flake
A Model Context Protocol (MCP) server for Dead Man's Snitch monitoring service. This server enables AI assistants like Claude to interact with Dead Man's Snitch to monitor scheduled tasks and cron jobs.
What it does
This MCP server provides tools to:
- List and search your monitoring snitches
- Check in (ping) snitches to confirm tasks are running
- Create new monitors for your scheduled jobs
- Update, pause, or delete existing monitors
- Manage tags for organizing your snitches
Installation & Setup
Get your API key from Dead Man's Snitch account settings
Configure your MCP client by adding this to your settings:
{
"mcpServers": {
"deadmansnitch": {
"command": "uvx",
"args": ["mcp-deadmansnitch"],
"env": {
"DEADMANSNITCH_API_KEY": "your_api_key_here"
}
}
}
}
Nix / NixOS
For Nix users, this project provides a flake with packages, overlays, and a development shell:
# Run directly
nix run github:jamesbrink/mcp-deadmansnitch
# Build the package
nix build github:jamesbrink/mcp-deadmansnitch
See NIX.md for detailed NixOS configuration and declarative usage.
Docker
A Docker image can be built from the Nix flake:
# Build and load the image
nix build github:jamesbrink/mcp-deadmansnitch#docker
docker load < result
# Run the server
docker run --rm -e DEADMANSNITCH_API_KEY="your_api_key" mcp-deadmansnitch:latest
Configure your MCP client to use Docker:
{
"mcpServers": {
"deadmansnitch": {
"command": "docker",
"args": ["run", "--rm", "-i", "-e", "DEADMANSNITCH_API_KEY", "mcp-deadmansnitch:latest"],
"env": {
"DEADMANSNITCH_API_KEY": "your_api_key_here"
}
}
}
}
Available Tools
This MCP server exposes a single unified snitch tool with an action parameter to reduce context usage when connecting to LLMs.
snitch
Manage Dead Man's Snitch monitors with the following actions:
| Action | Description | Required Params | Optional Params |
|---|---|---|---|
list |
List all snitches | - | tags (filter) |
get |
Get snitch details | token |
- |
create |
Create new snitch | name, interval |
notes, tags, alert_type, alert_email |
update |
Update snitch | token |
name, interval, notes, tags, alert_type, alert_email |
delete |
Delete snitch | token |
- |
pause |
Pause monitoring | token |
until (ISO 8601) |
unpause |
Resume monitoring | token |
- |
check_in |
Send check-in | token |
message |
add_tags |
Add tags | token, tags |
- |
remove_tag |
Remove a tag | token, tag |
- |
Valid intervals: 15_minute, hourly, daily, weekly, monthly
Valid alert_types: basic, smart
Example Usage in Claude
Once configured, you can ask Claude:
- "List all my Dead Man's Snitch monitors"
- "Create a daily monitor called 'Database Backup'"
- "Check in the backup-job snitch"
- "Pause the deployment monitor for 2 hours"
- "Show me all snitches tagged with 'production'"
Support
License
MIT License - see LICENSE file for details.
Установка Deadmansnitch
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jamesbrink/mcp-deadmansnitchFAQ
Deadmansnitch MCP бесплатный?
Да, Deadmansnitch MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Deadmansnitch?
Нет, Deadmansnitch работает без API-ключей и переменных окружения.
Deadmansnitch — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Deadmansnitch в Claude Desktop, Claude Code или Cursor?
Открой Deadmansnitch на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Deadmansnitch with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
