Zed's agent panel speaks MCP. Add SprintFlint as a context server, restart, and your sprint is one prompt away — assigned tickets, status, story points.
Built around how your AI actually works.
# In SprintFlint: Profile → API Token → Generate
# Same token works for MCP and the REST API.
Open ~/.config/zed/settings.json. Add the block below. Replace YOUR_TOKEN with the token from step 1. Restart Zed — the agent panel picks the server up automatically.
{
"context_servers": {
"sprintflint": {
"source": "custom",
"url": "https://mcp.sprintflint.com",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}
"What's the next SprintFlint ticket I should pick up?" Zed calls the MCP server, fetches active sprint state, no tab-switch.
Same setup, different tools.
Native MCP. Bearer auth.
300 tickets free. Setup in under 2 minutes.