Skip to content

Add Sprintra — AI-native project management MCP server - #3727

Closed
ravindra240385 wants to merge 1 commit into
modelcontextprotocol:mainfrom
ravindra240385:add-sprintra-mcp
Closed

Add Sprintra — AI-native project management MCP server#3727
ravindra240385 wants to merge 1 commit into
modelcontextprotocol:mainfrom
ravindra240385:add-sprintra-mcp

Conversation

@ravindra240385

Copy link
Copy Markdown

Sprintra MCP Server

Sprintra provides persistent memory for AI coding agents — features, architecture decisions, sprint progress, and project context that survive session resets, token limits, and IDE switches.

Key Details

  • 17 consolidated MCP tools using method dispatch pattern (inspired by GitHub's MCP server)
  • Tools cover: projects, features, stories, sprints, releases, decisions, documents, notes, sessions, criteria, git, dependencies, work_sessions, custom_fields, ai, pull_requests, comments
  • Transport: stdio (via CLI) + HTTP (api.sprintra.io/api/mcp)
  • Auth: Bearer token or OAuth 2.1
  • Install: npm install -g @sprintra/cli && sprintra connect
  • npm: @sprintra/cli
  • Website: sprintra.io
  • Docs: sprintra.io/docs/mcp-tools
  • Repo: github.com/Sprintra-io/sprintra-mcp
  • Free tier: 2 projects, unlimited stories, all MCP tools

What it does

The core problem: every AI coding session starts from scratch. Your agent doesn't remember what you decided last week, what sprint you're in, or what your teammate built yesterday.

Sprintra's MCP server connects to Claude Code, Cursor, Windsurf, and any MCP client. The agent reads and writes project context automatically — no copy-paste, no re-explaining.

Verification

  • Published on npm: @sprintra/cli@0.3.3 (42KB, zero native dependencies)
  • All 17 tools verified working via MCP protocol
  • Website, docs, and all linked pages return 200

Sprintra provides persistent memory for AI coding agents with 17 MCP tools
for features, stories, sprints, architecture decisions, knowledge base,
and session tracking.

- Website: https://sprintra.io
- npm: @sprintra/cli
- Docs: https://sprintra.io/docs/mcp-tools
- Free tier available
- Transport: stdio + HTTP
@olaservo

Copy link
Copy Markdown
Member

Thanks for contributing to the MCP servers repo!

We've retired the third-party server list from the README in favor of the MCP Registry — see #3950 for context. The Official Integrations and Community Servers sections no longer exist in the README, so this PR no longer has a target.

Going forward, please publish your server to the MCP Registry using the quickstart guide:
https://github.com/modelcontextprotocol/registry/blob/main/docs/modelcontextprotocol-io/quickstart.mdx

That's where server discovery now happens. Thanks for building on MCP!


Note: I'm working through the backlog with help from Claude Code to give everyone a prompt response.

@olaservo olaservo closed this Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants