Sprintra
Rank #28,711io.github.Sprintra-io/sprintra
The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.
Sprintra is a Model Context Protocol (MCP) server published by sprintra-io. It ranks #28,711 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Sprintra is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 3 tracked versions. It was first listed on Mar 26, 2026 and most recently updated on May 3, 2026.
Ranks ahead of 103,335 of 132,046 servers on MCP Toplist.
Use Sprintra
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http sprintra https://api.sprintra.io/api/mcpclaude mcp add sprintra -e "VIBEPILOT_MODE=<your VIBEPILOT_MODE>" -e "SUPABASE_DATABASE_URL=<your SUPABASE_DATABASE_URL>" -e "GEMINI_API_KEY=<your GEMINI_API_KEY>" -- npx -y @sprintra/mcpReplace each placeholder with your own value before saving.
[mcp_servers.sprintra]
url = "https://api.sprintra.io/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.sprintra]
command = "npx"
args = ["-y", "@sprintra/mcp"]
[mcp_servers.sprintra.env]
VIBEPILOT_MODE = "<your VIBEPILOT_MODE>"
SUPABASE_DATABASE_URL = "<your SUPABASE_DATABASE_URL>"
GEMINI_API_KEY = "<your GEMINI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.sprintra.io/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"sprintra": {
"command": "npx",
"args": [
"-y",
"@sprintra/mcp"
],
"env": {
"VIBEPILOT_MODE": "<your VIBEPILOT_MODE>",
"SUPABASE_DATABASE_URL": "<your SUPABASE_DATABASE_URL>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sprintra": {
"url": "https://api.sprintra.io/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"sprintra": {
"command": "npx",
"args": [
"-y",
"@sprintra/mcp"
],
"env": {
"VIBEPILOT_MODE": "<your VIBEPILOT_MODE>",
"SUPABASE_DATABASE_URL": "<your SUPABASE_DATABASE_URL>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sprintra": {
"type": "http",
"url": "https://api.sprintra.io/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"sprintra": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sprintra/mcp"
],
"env": {
"VIBEPILOT_MODE": "<your VIBEPILOT_MODE>",
"SUPABASE_DATABASE_URL": "<your SUPABASE_DATABASE_URL>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sprintra": {
"serverUrl": "https://api.sprintra.io/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sprintra": {
"command": "npx",
"args": [
"-y",
"@sprintra/mcp"
],
"env": {
"VIBEPILOT_MODE": "<your VIBEPILOT_MODE>",
"SUPABASE_DATABASE_URL": "<your SUPABASE_DATABASE_URL>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sprintra": {
"url": "https://api.sprintra.io/api/mcp"
}
}
}{
"mcpServers": {
"sprintra": {
"command": "npx",
"args": [
"-y",
"@sprintra/mcp"
],
"env": {
"VIBEPILOT_MODE": "<your VIBEPILOT_MODE>",
"SUPABASE_DATABASE_URL": "<your SUPABASE_DATABASE_URL>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Sprintra-io%2Fsprintra)<a href="https://mcptoplist.com/server/io.github.Sprintra-io%2Fsprintra"><img src="https://mcptoplist.com/badge/io.github.Sprintra-io%2Fsprintra.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
sprintra-io
Available versions (3)
| Version | Published |
|---|---|
| 1.0.4 | May 3, 2026 |
| 1.0.3 | Apr 30, 2026 |
| 1.0.2 | Apr 29, 2026 |
Frequently asked questions
- Who maintains Sprintra?
- Sprintra is maintained by sprintra-io, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Sprintra listed on the Official MCP Registry?
- Yes — Sprintra is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Sprintra have?
- MCP Toplist tracks 3 versions of Sprintra, most recently published on May 3, 2026.
- Where can I find the source code for Sprintra?
- The source code for Sprintra is hosted at github.com/sprintra-io/sprintra-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.