Opinionated sprint tracker with a native MCP server at mcp.sprintflint.com. Connect Claude Desktop, Cursor, Claude Code, or Zed in 30 seconds; the agent reads your sprint, files issues, and posts comments without leaving the chat. Bearer-token auth scoped to your organisation. Free up to 300 tickets forever, then £5/user/month.
Server Config
{
"mcpServers": {
"sprintflint": {
"url": "https://mcp.sprintflint.com",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}