Connection check
auth required
sprintra
The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.
Tools
82
GitHub stars
3
Installs / wk
—
Licence
MIT
Transport
streamable-http, stdio
Last checked
26h ago
Tools & capabilities
82 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
add_criterion
from source
Add a new acceptance criterion Add a new acceptance criterion
add_decision
from source
Record an architecture/technology decision (ADR) Record an architecture/technology decision (ADR)
add_dependency
from source
Create feature dependency Create feature dependency
add_kb_link
from source
Create a cross-reference link between entities Create a cross-reference link between entities
add_note
from source
Add a project note Add a project note
assign_to_sprint
from source
Assign features to a sprint Assign features to a sprint
attachments
from source
Manage file attachments on stories, features, decisions, comments. Methods: list, upload (base64), delete, get_url Manage file attachments on stories, features, decisions, comments. Methods: list, upload (base64), delete, get_url
batch_update_stories
from source
Update multiple stories at once Update multiple stories at once
comments
from source
Manage comments on stories, features, decisions, documents. Methods: list, create, update, delete Manage comments on stories, features, decisions, documents. Methods: list, create, update, delete
complete_session
from source
Complete a brainstorming session with summary Complete a brainstorming session with summary
create_document
from source
Create a project document Create a project document
create_feature
from source
Create a new feature Create a new feature
create_project
from source
Create a new project Create a new project
create_release
from source
Create a new release milestone Create a new release milestone
create_sprint
from source
Create a new sprint Create a new sprint
create_story
from source
Create a story/task under a feature Create a story/task under a feature
criteria
from source
Manage acceptance criteria on features. Methods: add, remove, update_status, verify Manage acceptance criteria on features. Methods: add, remove, update_status, verify
custom_fields
from source
Manage custom field definitions and values. Methods: manage (CRUD definitions), set (values), get (values) Manage custom field definitions and values. Methods: manage (CRUD definitions), set (values), get (values)
decisions
from source
Manage architecture decisions (ADRs). Methods: list, add, supersede, get_conflicts, resolve_conflict Manage architecture decisions (ADRs). Methods: list, add, supersede, get_conflicts, resolve_conflict
dependencies
from source
Manage feature dependencies. Methods: add, remove, get_graph Manage feature dependencies. Methods: add, remove, get_graph
documents
from source
Manage knowledge base documents. Methods: list, get, create, update, get_versions, restore_version, add_link, get_graph Manage knowledge base documents. Methods: list, get, create, update, get_versions, restore_version, add_link, get_graph
end_work_session
from source
End work session End work session
executions
from source
Log and query agent actions / outcomes (tweets sent, deploys triggered, CI runs, shell commands). First-class execution telemetry \u2014 distinct from activity_log which captures P… Log and query agent actions / outcomes (tweets sent, deploys triggered, CI runs, shell commands). First-class execution telemetry \u2014 distinct from activity_log which captures PM mutations. Methods: log (record an action), list (filter by channel/agent/status/time), get (single by id), update_metrics (patch metrics_json after-the-fact, e.g. tweet engagement 24h later)
features
from source
Manage features/epics. Methods: list, get_bundle (feature + stories + decisions), create, update, save_context, get_context Manage features/epics. Methods: list, get_bundle (feature + stories + decisions), create, update, save_context, get_context
generate_claude_md
from source
Generate CLAUDE.md template Generate CLAUDE.md template
get_active_session
from source
Check for active work session Check for active work session
get_ai_guidance
from source
Get merged AI execution guidance Get merged AI execution guidance
get_context_snapshot
from source
Get context snapshot for feature Get context snapshot for feature
get_current_sprint
from source
Get active sprint with progress and readiness Get active sprint with progress and readiness
get_dependency_graph
from source
Get dependency graph Get dependency graph
get_document
from source
Get full document content Get full document content
get_document_versions
from source
List document versions List document versions
get_feature_bundle
from source
Get feature implementation bundle \u2014 stories, decisions, tech context Get feature implementation bundle \u2014 stories, decisions, tech context
get_git_feature_stats
from source
Get git stats for feature Get git stats for feature
get_git_status
from source
Get git repo state Get git repo state
get_kb_graph
from source
Get knowledge base graph \u2014 nodes and edges Get knowledge base graph \u2014 nodes and edges
get_next_work
from source
Get next recommended story Get next recommended story
get_project_context
from source
Get full project context \u2014 stats, sprint, decisions, features Get full project context \u2014 stats, sprint, decisions, features
git
from source
Git integration. Methods: sync (import commits), link (commits to feature/story), unlink, get_status, get_feature_stats Git integration. Methods: sync (import commits), link (commits to feature/story), unlink, get_status, get_feature_stats
link_commits
from source
Link commits to feature/story Link commits to feature/story
list_activity
from source
Get recent activity feed Get recent activity feed
list_decisions
from source
List all architecture decisions (ADRs) List all architecture decisions (ADRs)
list_documents
from source
List knowledge base documents List knowledge base documents
list_features
from source
List all features with stories and completeness List all features with stories and completeness
list_notes
from source
List project notes List project notes
list_projects
from source
List all projects in your organization List all projects in your organization
list_projects_read
from source
List all projects with stats (read tool) List all projects with stats (read tool)
list_releases
from source
List release milestones List release milestones
list_sessions
from source
List brainstorming sessions List brainstorming sessions
list_sprints
from source
List all sprints with progress List all sprints with progress
list_stories
from source
List stories/tasks with optional filtering List stories/tasks with optional filtering
list_traces
from source
List execution traces/spans List execution traces/spans
list_work_sessions
from source
List work sessions List work sessions
log_session_message
from source
Log a message in a brainstorming session Log a message in a brainstorming session
notes
from source
Manage project notes. Methods: list, add Manage project notes. Methods: list, add
projects
from source
Manage projects. Methods: list (all projects), list_read (with stats), create, update, resolve (auto-detect from cwd), get_context (full snapshot) Manage projects. Methods: list (all projects), list_read (with stats), create, update, resolve (auto-detect from cwd), get_context (full snapshot)
pull_requests
from source
View pull requests. Methods: list, get_story_prs View pull requests. Methods: list, get_story_prs
releases
from source
Manage releases. Methods: list, create, update, generate_notes Manage releases. Methods: list, create, update, generate_notes
remove_criterion
from source
Remove an acceptance criterion Remove an acceptance criterion
remove_dependency
from source
Remove dependency Remove dependency
report_progress
from source
Report feature progress Report feature progress
resolve_project
from source
Auto-detect project from cwd Auto-detect project from cwd
restore_document_version
from source
Restore document version Restore document version
save_context_snapshot
from source
Save where you left off on a feature Save where you left off on a feature
search
from source
sessions
from source
Manage brainstorming sessions. Methods: list, start, log_message, complete Manage brainstorming sessions. Methods: list, start, log_message, complete
sprints
from source
Manage sprints. Methods: list, get_current, create, update, assign (features to sprint) Manage sprints. Methods: list, get_current, create, update, assign (features to sprint)
start_session
from source
Start a brainstorming session Start a brainstorming session
start_work_session
from source
Start work session Start work session
stories
from source
Manage stories/tasks under features. Methods: list, create, update, batch_update Manage stories/tasks under features. Methods: list, create, update, batch_update
supersede_decision
from source
Replace an old decision with a new one Replace an old decision with a new one
sync_git_commits
from source
Sync git commits Sync git commits
unlink_commits
from source
Unlink commits Unlink commits
update_criteria_status
from source
Update criterion verification status Update criterion verification status
update_document
from source
Update a document Update a document
update_feature
from source
Update an existing feature Update an existing feature
update_project
from source
Update project details Update project details
update_release
from source
Update a release Update a release
update_sprint
from source
Update a sprint Update a sprint
update_story
from source
Update a story (status, points, etc.) Update a story (status, points, etc.)
verify_acceptance_criteria
from source
Get verification bundle Get verification bundle
work_sessions
from source