Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Heartbeat Mcpl

БесплатноНе проверен

Periodically sends heartbeat events to wake Connectome agents for self-check-in, with configurable interval and management tools.

GitHubEmbed

Описание

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, message
  • heartbeat_configure — set intervalSeconds | intervalMinutes | intervalHours, paused, message; persists across restarts
  • heartbeat_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.

from github.com/anima-research/heartbeat-mcpl

Установка Heartbeat Mcpl

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/anima-research/heartbeat-mcpl

FAQ

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

Compare Heartbeat Mcpl with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development