hyday-whiteboard
Hyday Whiteboard Skill
First time in this conversation? Run Step 0 from
hyday-vault-layoutto find the vault root. The whiteboard MCP server below resolves it for you automatically (from~/Library/Application Support/Hyday/settings.jsonon macOS or%APPDATA%\Hyday\settings.jsonon Windows —journalPathfield), so as long as the server is configured and the user has opened Hyday once, you're fine. If you ever need to call the server with--data-root, see Step 0 inhyday-vault-layoutfor the lookup chain.
Hyday's Whiteboard is a 2D canvas where the user pins note cards, sticky notes, and grouping containers, and draws connections between them.
Unlike notes (which are plain .md files), whiteboard state lives in a sidecar JSON at <DATA_ROOT>/.hyday/whiteboards-v2.json. You operate it through the hyday-whiteboard MCP server, which exposes 12 tools.
Installation (one-time)
Before this skill works, the user must configure the MCP server in their agent's MCP config. See mcp-servers/hyday-whiteboard/README.md in this repo for the exact steps. The short version:
npm installinsidemcp-servers/hyday-whiteboard/.- Add an entry to
.mcp.jsonpointingnodeatwhiteboard-server.cjs. - The server auto-detects the Hyday vault from
settings.json; override with--data-rootif needed.
Once configured, the agent has access to tools named mcp__hyday-whiteboard__* (or similar — the exact prefix depends on the agent).