Skip to content

CLI Reference

The okto-pulse executable bundles the web UI, MCP server, and management commands.

Initialize local data directory and generate a starter .mcp.json.

Terminal window
okto-pulse init [--data-dir <path>]
  • --data-dir — where SQLite lives. Defaults to ~/.okto-pulse/.

Start the board UI and MCP server.

Terminal window
okto-pulse serve [--api-port <port>] [--mcp-port <port>]
  • --api-port — board UI + REST API. Default 8100.
  • --mcp-port — MCP server endpoint. Default 8101.

Dump boards, specs, sprints, and cards to JSON.

Terminal window
okto-pulse export [--board <id>] [--out <file>]

Restore from a previous export.

Terminal window
okto-pulse import <file>
VariablePurpose
OKTO_PULSE_DATA_DIROverride data directory
OKTO_PULSE_API_KEYFixed API key (otherwise auto-generated)
OKTO_PULSE_LOG_LEVELdebug / info / warn / error