FAQ

Frequently asked questions

Everything you need to know about Sprintra. Can't find what you're looking for? Get in touch.

Sprintra is an AI-native project management tool purpose-built for the age of vibe coding. It gives your AI coding assistant (Claude Code, Cursor, Windsurf) persistent memory, architectural discipline, and full SDLC traceability through the Model Context Protocol (MCP).
Traditional project management tools weren't built for AI-assisted development. Sprintra is MCP-native — your AI agent directly reads and writes project data. No copy-pasting between tools. It also offers session replay, decision traceability, and AI-specific features like agent trust levels and completeness scoring.
Vibe coding is the practice of building software primarily through AI assistance — describing what you want in natural language and letting AI generate the code. The term was coined by Andrej Karpathy. Sprintra solves the "vibe hangover" — the context loss that happens when AI forgets everything between sessions.
Yes! The Solo Pilot plan is free forever for individual developers. It includes self-hosted deployment, up to 3 team members, 2 projects, 200 stories, and core MCP tools. The Team plan at $5/seat/month adds unlimited projects, advanced integrations, and priority support.
MCP (Model Context Protocol) is an open standard that lets AI assistants connect to external tools. Sprintra runs as an MCP server — you add it to your AI tool's configuration, and it gets 17 consolidated tools for managing projects, features, sprints, decisions, and more. Setup takes about 60 seconds.
Sprintra works with any MCP-compatible AI tool: Claude Code, Cursor, Windsurf, Claude Desktop, ChatGPT Pro (via remote MCP), and VS Code. GitHub Copilot support is coming soon. See our integrations page for details.
Both options! In self-hosted mode, all data stays in a local SQLite database on your machine. In SaaS mode (Sprintra Cloud), data is stored in PostgreSQL on Supabase with full encryption at rest and in transit. You can migrate between modes anytime.
Yes. The Team plan supports up to 25 members with role-based access control. Enterprise customers get unlimited members, SSO/SAML, custom roles, and org-level team management. All plans include real-time collaboration via the dashboard.
The core VibePilot engine (MCP server, CLI, database) is source-available. The Sprintra Cloud platform adds managed hosting, authentication, and team features. We believe in transparency — you can always inspect what the AI is doing with your data.
Two paths: (1) Sprintra Cloud — sign up at app.sprintra.io, get a token, add to your AI tool config. Takes 60 seconds. (2) Self-hosted — npx create-sprintra installs everything locally. See our getting started guide.
We take security seriously. Self-hosted mode keeps everything local. Cloud mode uses Supabase PostgreSQL with encryption, Better Auth for authentication, and fine-grained personal access tokens. Enterprise plan adds SSO/SAML, 2FA enforcement, and SOC 2 audit trails. See our privacy policy.
Import adapters for Linear, Jira, and GitHub Issues are on our roadmap. Currently, you can use the REST API or MCP tools to bulk-create entities. The CLI supports JSON export/import for backup and migration.
Sprintra provides 17 consolidated tools using a method dispatch pattern (inspired by GitHub's MCP implementation). Each tool handles multiple methods — for example, manage_stories supports list, create, update, and batch_update. This gives you 60+ individual operations through just 17 tool registrations.
Yes, that's a key feature! Session replay captures every MCP action as a replayable trace connected to project entities. You can see exactly what your AI did, when, and why. This is invaluable for debugging, auditing, and understanding AI-assisted development patterns.
We're working toward three major releases: v1.0 MVP (May 2026) with webhooks and auto release notes, v1.5 Intelligence (Jul 2026) with predictive planning and DORA metrics, and v2.0 Platform (Oct 2026) with marketplace and custom workflows. Check our changelog for the latest updates.