← Documentation
Claude Code

Install Sprintra in Claude Code

Native marketplace install. Briefing auto-injects on every session start, no manual prompts. Plus session-end digests so the next session picks up exactly where the last one left off.

Claude Code is the only IDE with full hook support today

On every session start, Sprintra's hook fetches your project briefing and injects it into the agent's context — automatically, with no agent action required. On session end, a structured digest captures decisions, pending asks, and user pushback so the next session loads with everything that mattered.

Two-command install

Inside Claude Code, run:

/plugin marketplace add Sprintra-io/sprintra-mcp
/plugin install sprintra@sprintra

Adds the marketplace and installs the Sprintra plugin. The plugin bundles the MCP server, the SessionStart auto-briefing hook, the UserPromptSubmit capture hook, and the Stop hook that writes session digests.

2. Sign in to Sprintra (one-time)

If this is your first install on this machine:

npx @sprintra/cli@latest login

Stores your auth token in ~/.sprintra/config.json. Hooks and the CLI both read from there.

3. Start your first session

Open a fresh Claude Code session in your project directory. The briefing loads automatically — you don't need to ask for it. The agent starts the conversation already knowing your project state, recent decisions, last session digest, top pending stories, and recent commits.

Try asking: "What was I working on last time?" — the agent should reference the previous session's digest accurately.

What you get

  • Auto-briefing on session start — no prompt needed; project state injects into the agent's context the moment you open Claude Code
  • Auto-digest on session end — structured summary of decisions, pending asks, frustration signals, and user pushback persists for the next session
  • 21 MCP tools — stories, features, decisions, sprints, releases, notes, search, work_sessions, and more
  • User-prompt capture — every prompt you send is timestamped and surfaced in the next session's “recent asks”
  • Cross-IDE continuity — switch between Claude Code, Codex, and Cursor on the same project; the briefing follows you

Common issues

Briefing isn't injecting at session start

Make sure .sprintra/project.json exists in your project root. If missing, re-run npx @sprintra/cli plugin link --project=<id>. Also check ~/.sprintra/config.json contains a valid auth token.

MCP tools not showing up

Run /plugin list inside Claude Code. Sprintra should appear as enabled. If not, run /plugin install sprintra@sprintra again and restart Claude Code.

Briefing too large / context overflow warnings

The briefing is hard-capped at 4000 tokens by default. If your project has a lot of pinned context, lower-priority sections drop first. This is by design.

Need an account?

Sprintra Cloud is free to start. Sign up, create a project, and copy your project ID into the link command above.

Sign up free

Using a different AI tool?