Sprintra-io/sprintra-mcp
AI-native project management MCP server — persistent memory for coding agents. 17 tools for features, stories, sprints, decisions, and more
Platform-specific configuration:
{
"mcpServers": {
"sprintra-mcp": {
"command": "npx",
"args": [
"-y",
"sprintra-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
<h1 align="center">Sprintra MCP Server</h1>
<p align="center"> <strong>AI-native project management with persistent memory for coding agents</strong> </p>
<p align="center"> <a href="https://www.npmjs.com/package/@sprintra/cli"></a> <a href="https://www.npmjs.com/package/@sprintra/cli"></a> <a href="https://sprintra.io"></a> <a href="https://sprintra.io/docs"></a> </p>
<p align="center"> Your AI forgets. <strong>Sprintra remembers.</strong> </p>
---
Sprintra gives your AI coding agent persistent memory — features, architecture decisions, sprint progress, and project context that survive session resets, token limits, and IDE switches.
The problem: Every AI coding session starts from scratch. Your agent doesn't know what you decided last week, what sprint you're in, or what your teammate built yesterday.
The solution: Sprintra's MCP server connects to Claude Code, Cursor, Windsurf, and any MCP-compatible tool. Your agent reads and writes project context automatically — no copy-paste, no re-explaining.
# Install the CLI (42KB, zero native dependencies)
npm install -g @sprintra/cli
# Authenticate
sprintra login
# Auto-configure your AI tool
sprintra connect# Scaffold a complete local project with server + dashboard
npx create-sprintra my-project
# Start the server
cd my-project
npm start
# Server + dashboard at http://127.0.0.1:4000Loading reviews...