@stitchdb/cli
v0.11.0
Published
Stitch CLI — manage memory + run agents from your terminal
Maintainers
Readme
@stitchdb/cli
stitch — memory + agent control plane CLI.
Install
npm install -g @stitchdb/cli
stitch login # paste your API keyMemory
stitch remember "We chose Drizzle over Prisma" --kind decision --tag db
stitch recall "which ORM do we use?"Run an agent on this machine
# 1. Register an agent identity (one-time, returns an id):
stitch agent register my-laptop
# 2. Hold open the control channel — keep this running:
stitch agent run --id agt_a1b2c3d4e5f60789
# 3. From any other machine, dispatch a command:
stitch agent dispatch agt_a1b2c3d4e5f60789 "summarize the last commit"By default stitch agent run will execute claude -p "<prompt>" for prompt-kind dispatches. Shell execution is opt-in via --allow-shell.
Add to Claude Code
stitch mcp-install
# prints the `claude mcp add stitch …` commandLicense
MIT
