MCP Config Generator,
One Click.
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.
What gets generated
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.
Claude Desktop
Adds the sprintflint server to mcpServers in claude_desktop_config.json. Restart Claude Desktop, the SprintFlint tools appear in the tools menu.
Cursor
Pastes into Cursor's MCP settings panel. Cursor handles the rest; auto-detects available tools and exposes them to the agent.
Claude Code
One-liner: claude mcp add sprintflint --transport http https://mcp.sprintflint.com --header "Authorization: Bearer YOUR_TOKEN". No file editing.
Zed
Adds to context_servers in ~/.config/zed/settings.json. Zed's agent panel picks it up automatically.
After it's connected
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
Connect your agent to your sprint
Free up to 300 tickets, forever. No credit card.
Generate a token, copy the config above, paste, restart your editor.