demarkus
Installation
SKILL.md
Setup
First, ask the user: local server or remote server?
- Local — install and run demarkus on this machine (default)
- Remote — connect to an existing demarkus server (the user must provide the server URL and a write token)
Option A: Local Server
Check if already installed:
which demarkus
If not found, install the full stack (client, server, MCP binary, daemon):
curl -fsSL https://raw.githubusercontent.com/latebit-io/demarkus/main/install.sh | bash