Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Sprintra
S
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:15:50 AM

Sprintra

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

AI-native project management with persistent memory across IDEs (Claude, Cursor, Codex).

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "sprintra": {
      "command": "npx",
      "args": [
        "-y",
        "sprintra"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Documentation 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

Option 1: Sprintra Cloud (Recommended)

bash
# 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

bash
# 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

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

Or run: sprintra connect --tool claude-code

Cursor

Add to .cursor/mcp.json:

config.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):

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

Windsurf

Run: sprintra connect --tool windsurf

HTTP Transport (Remote)

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

Code
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:

Code
"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:

bash
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

Links

  • Website: sprintra.io
  • Documentation: sprintra.io/docs
  • MCP Tools Reference: sprintra.io/docs/mcp-tools
  • Skills Guide: sprintra.io/docs/skills
  • CLI Reference: sprintra.io/docs/cli
  • npm: @sprintra/cli
  • Blog: sprintra.io/blog

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.

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory17 views
    Compare vs Moxie Docs MCP β†’
  • Mcp logoMcp

    AI memory layer β€” one shared, persistent memory across every AI tool you connect.

    🧠 Knowledge & Memory0 views
    Compare vs Mcp β†’
  • M
    Mcp

    AI-native project management + agent memory: tasks, sprints, risk, burnout, knowledge search.

    🧠 Knowledge & Memory1 views
    Compare vs Mcp β†’
  • C
    Collective Memory

    MCP server for persistent, semantic memory across AI sessions

    🧠 Knowledge & Memory1 views
    Compare vs Collective Memory β†’

Frequently Asked Questions about Sprintra

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "sprintra": { "command": "npx", "args": ["-y", "Sprintra"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSprintra AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/sprintra?style=directory)](https://allmcps.com/mcp/sprintra)
HTML Embed
<a href="https://allmcps.com/mcp/sprintra"><img src="https://allmcps.com/api/badge/sprintra?style=directory" alt="Sprintra on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to Sprintra β†’Install in Claude DesktopInstall in CursorInstall in VS Code