Skip to content

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

Open
ravindra240385 wants to merge 1 commit intomodelcontextprotocol:mainfrom
ravindra240385:add-sprintra-mcp
Open

Add Sprintra — AI-native project management MCP server#3727
ravindra240385 wants to merge 1 commit intomodelcontextprotocol: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
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.

1 participant