@floomhq/relay-mcp-sync
v0.4.2
Published
Lightweight Relay MCP server for installing, publishing, and startup-syncing skills.
Maintainers
Readme
Relay MCP Sync
Tiny MCP server prototype for Relay skills. The MCP package is not part of the launch-ready Relay Version 0 surface.
npx -y @floomhq/relay-mcp-syncOn startup it reads ~/.relay-cli/config.json, fetches your Relay skills, and writes changed files to ~/.claude/skills/. The background sync behavior is a later-version prototype.
The poll uses HTTP If-None-Match against /api/me/skills, so unchanged responses are 304 with no body. Steady-state polling is ~free on bandwidth.
Configure the prototype poll interval with RELAY_SYNC_INTERVAL_MS (default 60000, minimum 10000).
Tools:
relay_install_skill(slug)fetches/s/<slug>.mdand writes it locally.relay_publish_skill(name, content, description?, visibility?, asset_type?, installs_as?, version?)publishes Markdown through/api/skills.asset_type:knowledge,instruction,workflow, orskill(defaultskill)installs_as:claude_skill,memory,rule,codex_instruction,opencode_instruction,cursor_rule, orother(defaultclaude_skill)version: optional label like0.1.0orv0-smoke
Library/share tools are not exposed in Relay Version 0.
