Sponsored by Deepsite.site

Sprintra

Created By
Sprintra-ioa month ago
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
Overview

Sprintra Logo

Sprintra MCP Server

AI-native project management with persistent memory for coding agents

npm version npm downloads website docs

Your AI forgets. Sprintra remembers.


What is Sprintra?

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.

Quick Start

# Install the CLI (42KB, zero native dependencies)
npm install -g @sprintra/cli

# Authenticate
sprintra login

# Auto-configure your AI tool
sprintra connect

Option 2: Self-Hosted

# 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:4000

MCP Configuration

Claude Code

{
  "mcpServers": {
    "sprintra": {
      "command": "npx",
      "args": ["@sprintra/cli", "mcp"]
    }
  }
}

Or run: sprintra connect --tool claude-code

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "sprintra": {
      "command": "npx",
      "args": ["@sprintra/cli", "mcp"]
    }
  }
}

Or run: sprintra connect --tool cursor

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):

{
  "mcpServers": {
    "sprintra": {
      "command": "npx",
      "args": ["@sprintra/cli", "mcp"]
    }
  }
}

Windsurf

Run: sprintra connect --tool windsurf

HTTP Transport (Remote)

For remote MCP connections (Claude.ai, mobile):

URL: https://api.sprintra.io/api/mcp
Auth: Bearer <your-token>
Transport: HTTP + SSE

17 MCP Tools

Sprintra uses a consolidated tool pattern (inspired by GitHub's MCP server). Each tool accepts a method parameter to select the operation.

Project Management

ToolMethodsDescription
projectslist, create, update, resolve, get_contextManage projects with tech stack, status, and full context snapshots
featureslist, get_bundle, create, update, save_context, get_contextEpic-level work items with acceptance criteria and AI guidance
storieslist, create, update, batch_updateTasks under features — story, task, bug, chore types
sprintslist, get_current, create, update, assignTime-boxed iterations with progress tracking
releaseslist, create, update, generate_notesRelease milestones with auto-generated release notes

Knowledge & Decisions

ToolMethodsDescription
decisionslist, add, supersede, get_conflicts, resolve_conflictArchitecture Decision Records (ADRs) with AI conflict detection
documentslist, get, create, update, get_versions, restore_version, add_link, get_graphKnowledge base with versioning, templates, and cross-references
noteslist, addQuick capture — ideas, research findings, meeting notes
sessionslist, start, log_message, completeBrainstorming sessions with AI personas

Tracking & Git

ToolMethodsDescription
criteriaadd, remove, update_status, verifyAcceptance criteria management and verification
gitsync, link, unlink, get_status, get_feature_statsGit commit tracking with AI authorship detection
dependenciesadd, remove, get_graphFeature dependency tracking with cycle detection
work_sessionslist, start, end, get_active, list_activity, list_traces, deltaCoding session tracking with context handoff
commentslist, create, update, deleteThreaded comments on any entity
custom_fieldsmanage, set, getCustom metadata fields

AI Intelligence

ToolMethodsDescription
aiget_next_work, report_progress, get_guidance, generate_briefingAI-powered recommendations, progress tracking, and context recovery
pull_requestslist, get_story_prsGitHub PR tracking and auto-linking

Example Prompts

Once connected, try these in Claude Code or Cursor:

"Create a Sprintra project for this repo"

"Capture a feature: user authentication with OAuth and email/password"

"What should I work on next?"

"Record a decision: we chose PostgreSQL over MongoDB for relational order data"

"Give me a standup report"

"What changed since my last session?"

8 AI Skills (Slash Commands)

Install workflow skills for guided project management:

sprintra skills install --all
SkillTriggerDescription
Capture Feature/capture [idea]Break down an idea into features, stories, and criteria
Record Decision/decide [topic]Create an Architecture Decision Record
Standup Report/standupAuto-generate standup from recent work
Wrap Session/wrapSave context for seamless session resume
Sprint Review/sprint-reviewReview sprint progress with metrics
Brainstorm/brainstorm [topic]AI-powered brainstorming with personas
Implement Feature/implement [id]Start implementation with full context loaded
Sprint Planning/sprint-planPlan sprints with AI recommendations

Dashboard

Sprintra includes a full web dashboard with 20+ views:

  • Kanban Board — drag-and-drop story management
  • Sprint Tracker — progress bars, velocity charts, burndown
  • Roadmap — phase timeline with feature grouping
  • Knowledge Base — Confluence-style docs with versioning
  • Decisions — ADR log with conflict detection
  • Reports — burndown, velocity, DORA metrics
  • Activity Feed — real-time project activity

Cloud: app.sprintra.io Self-hosted: http://127.0.0.1:4000 after npm start

Pricing

PlanPriceIncludes
Solo PilotFree forever2 projects, unlimited stories, all MCP tools, all skills
Team$5/seat/month10 projects, AI features, team collaboration, priority support
EnterpriseCustomOn-premise, dedicated infra, custom SLA

License

The Sprintra MCP server documentation in this repository is MIT licensed. The Sprintra server, dashboard, and CLI are proprietary software — see sprintra.io/pricing for plans.

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"
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Amap Maps高德地图官方 MCP Server
WindsurfThe new purpose-built IDE to harness magic
DeepChatYour AI Partner on Desktop
Tavily Mcp
Serper MCP ServerA Serper MCP Server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Playwright McpPlaywright MCP server
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
CursorThe AI Code Editor
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
ChatWiseThe second fastest AI chatbot™