Pick your editor. Copy the JSON. Paste it into your config file. Restart. Done.
Endpoint: https://mcp.sprintflint.com · Protocol 2025-06-18 · Bearer-token auth.
Pick your editor
Don't have a token yet?
Generate one in your account
(free tier — 300 tickets, no card).
Same token works for the REST API at
/api
and the OpenAPI spec at
/api-docs.
One JSON block per editor, pre-filled with the SprintFlint MCP endpoint and the place your bearer token goes. The token is left as a placeholder — paste yours after you copy. Nothing on this page calls our servers, nothing is stored. The generator is pure HTML and a tiny bit of JS.
Adds the sprintflint server to mcpServers in claude_desktop_config.json. Restart Claude Desktop, the SprintFlint tools appear in the tools menu.
Pastes into Cursor's MCP settings panel. Cursor handles the rest — auto-detects available tools and exposes them to the agent.
One-liner: claude mcp add sprintflint --transport http https://mcp.sprintflint.com --header "Authorization: Bearer YOUR_TOKEN". No file editing.
Adds to context_servers in ~/.config/zed/settings.json. Zed's agent panel picks it up automatically.
Eight day-one tools, mapped to the actions a developer takes during a sprint:
list-projects — search projects in your organisationlist-sprints — search sprints inside a projectlist-issues — search issues in a sprint, filterable by statusmy-issues — issues assigned to you (the default opening question)get-issue — read a single issue by reference (e.g. PROJ-123) including commentscreate-issue — file a new issue into a sprintupdate-issue — update title, description, status, story points, or assigneecreate-comment — post a markdown comment to an issue
Free 14-day trial of the full product, no card. Free forever for the first 300 tickets.
Generate a token, copy the config above, paste, restart your editor.