AI-native project management with persistent memory for coding agents. 17 MCP tools for features, stories,
sprints, architecture decisions, knowledge base, and session tracking. Two modes: (1) Local/solo — free, MIT
licensed, SQLite, no account needed. (2) SaaS at sprintra.io — cloud sync, team collaboration, free tier with 2
projects
Server Config
{
"mcpServers": {
"sprintra-local": {
"command": "npx",
"args": [
"@sprintra/cli",
"mcp"
],
"_comment": "Local/solo mode — free, MIT licensed, SQLite, no account needed"
},
"sprintra-saas": {
"command": "npx",
"args": [
"@sprintra/cli",
"mcp",
"--remote"
],
"_comment": "SaaS mode — cloud sync, team collaboration, free tier: 2 projects"
}
}
}