Documentation

Sprintra connector for Claude

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.

Connect it

  1. In Claude, open the connector directory (or “Add custom connector”).
  2. Use the Sprintra MCP endpoint: https://api.sprintra.io/api/mcp
  3. Authorize with OAuth — sign in to your Sprintra account and approve access.
  4. Ask Claude to work with your project: “list my in-progress stories”, “create a story under the auth feature”, “record this decision”.

Don't have an account yet? Get started with Sprintra Cloud (free to begin).

Read tools

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.

Write tools

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.

Authentication

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.

What the connector can and can't see

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.