Skip to main content

mcp

The MCP server and its platform installers.
tiny-brain mcp                       # boot the stdio server (for MCP clients)
tiny-brain mcp install [platform]    # register with an AI platform
tiny-brain mcp uninstall [platform]
tiny-brain mcp status
tiny-brain mcp list                  # supported platforms
MCP-aware clients boot the server with command: npx, args: [tiny-brain, mcp]. Environment variables read on startup:
VariableDefaultEffect
AUTOSTARTDASHBOARDtrueset false to stop the dashboard auto-starting
DASHBOARD_PORT8765dashboard port
DATADIR~/.tiny-braindata + log directory
LOGLEVELinfodebug · info · warn · error
CLIENTID / CLIENTSECRETTiny Brain account credentials
TINY_BRAIN_* aliases are accepted for each.

hooks

The TDD git hooks (commit-msg, post-commit) — installed by init, managed directly when needed:
tiny-brain hooks status
tiny-brain hooks install            # --force to overwrite custom hooks
tiny-brain hooks uninstall
These hooks are the enforcement layer of the loop: header validation, phase advancement, and review kickoff all live here.

as

Prints a persona’s formatted context to stdout — the same content the session-start hook injects. Useful for inspecting what the agent is being told.
tiny-brain as developer
See Personas for what a persona is and how the default is configured.