Heartbeat Mcpl
БесплатноНе проверенPeriodically sends heartbeat events to wake Connectome agents for self-check-in, with configurable interval and management tools.
Описание
Periodically sends heartbeat events to wake Connectome agents for self-check-in, with configurable interval and management tools.
README
Periodic self-wake MCPL server for Connectome agents.
On a configurable interval, sends a push/event (featureSet heartbeat,
origin.source: heartbeat) to wake the agent for a self-check-in. The agent
itself configures its own schedule via three MCP tools:
heartbeat_status— show current interval, paused state, time-to-next, messageheartbeat_configure— setintervalSeconds | intervalMinutes | intervalHours,paused,message; persists across restartsheartbeat_trigger— fire one heartbeat now (test/debug)
Schedule is persisted to ${HEARTBEAT_CONFIG_FILE:-./heartbeat-config.json}.
Recipe wiring
{
"mcpServers": {
"heartbeat": {
"command": "node",
"args": ["/path/to/heartbeat-mcpl/dist/src/index.js", "--stdio"],
"env": { "HEARTBEAT_CONFIG_FILE": "/path/to/install/data/heartbeat-config.json" },
"enabledFeatureSets": ["heartbeat"]
}
},
"modules": {
"wake": {
"policies": [
{ "name": "heartbeat-wake",
"match": { "scope": ["mcpl:push-event"], "source": "heartbeat" },
"behavior": "always" }
// ... your other policies after
]
}
}
}
The wake policy MUST come before any policy that would skip mcpl:push-events
(e.g. a discord-ambient skip rule), since the gate is first-match-wins.
Установка Heartbeat Mcpl
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/anima-research/heartbeat-mcplFAQ
Heartbeat Mcpl MCP бесплатный?
Да, Heartbeat Mcpl MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Heartbeat Mcpl?
Нет, Heartbeat Mcpl работает без API-ключей и переменных окружения.
Heartbeat Mcpl — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Heartbeat Mcpl в Claude Desktop, Claude Code или Cursor?
Открой Heartbeat Mcpl на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Heartbeat Mcpl with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
