Skip to main content
The studiograph command-line tool creates and serves workspaces, syncs a local checkout with a server, and handles administration and integrations.

Install

The npm package is @studiograph/server; the command it installs is studiograph. It requires Node.js 22.19 or later and Git.

Quickstart

init creates a workspace — a single Git repository with a .studiograph/ config directory. serve starts the server on port 8000 and opens the web UI; the first visit shows a setup page where you create the owner account.

Command groups

The user, folder, secrets, settings, and audit commands moved under admin (for example, studiograph admin user add). The old top-level forms still run but print a deprecation warning and will be removed in a future release.

Where next

Commands

Reference for every command and its flags.

Sync & local checkouts

Clone a hosted workspace and move content with pull and push.

Connect AI tools (MCP)

Point Claude Code, Claude Desktop, or Cursor at your workspace.

Self-hosting

Run Studiograph on your own server, Docker, or Railway.