Documentation
The Sprintra connector lets Claude read and write your project workspace — features, stories, sprints, decisions, and documents — right inside a conversation. It performs only the project actions you ask for.
https://api.sprintra.io/api/mcpDon't have an account yet? Get started with Sprintra Cloud (free to begin).
Retrieve project data. Results are concise by default and paginated; ask for more or for full detail when you need it.
searchSearch features, stories, decisions, documents, and notes.get_project_contextProject summary: status, stats, current sprint, recent activity.get_next_workThe recommended next story to work on.list_featuresList features (epics), paginated.get_featureOne feature in full, with its stories and decisions.list_storiesList stories/tasks/bugs; filter by feature or status.list_sprintsList sprints with status and progress.get_current_sprintThe active sprint and its stories.list_decisionsList architecture decision records (ADRs).list_documentsList knowledge-base documents.get_documentOne knowledge-base document in full.Create and update project entities. Create and update are separate tools, and the connector exposes no delete — archive via status instead.
create_feature / update_featureCreate or update a feature (epic).create_story / update_storyCreate or update a story, task, or bug.create_sprint / update_sprintCreate or update a sprint.assign_to_sprintAssign features to a sprint.create_decisionRecord an architecture decision (ADR).create_document / update_documentCreate or update a knowledge-base document.create_commentAdd a comment to a story, feature, decision, or document.The connector authenticates with OAuth 2.1. Access is scoped to your organization — Claude can only see and change the projects your account can access.
The connector reads and writes only your Sprintra project data. It does not read your conversations or chat history, does not access the files on your computer, and does not read Claude's memory.
Full details are in our Privacy Policy. Questions? support@sprintra.io.