Sprintra
Quality Score
95
/100
AI-native project management with persistent memory across IDEs (Claude, Cursor, Codex).
§01 Install
Remote endpoint
Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.
https://api.sprintra.io/api/mcpClaude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"sprintra": {
"command": "npx",
"args": [
"-y",
"@sprintra/mcp"
],
"env": {
"VIBEPILOT_MODE": "local",
"SUPABASE_DATABASE_URL": "<your-supabase_database_url>",
"GEMINI_API_KEY": "<your-gemini_api_key>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"sprintra": {
"command": "npx",
"args": [
"-y",
"@sprintra/mcp"
],
"env": {
"VIBEPILOT_MODE": "local",
"SUPABASE_DATABASE_URL": "<your-supabase_database_url>",
"GEMINI_API_KEY": "<your-gemini_api_key>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @sprintra/mcp§02 Environment variables
VIBEPILOT_MODERuntime mode: 'local' for SQLite or 'saas' for PostgreSQL
SUPABASE_DATABASE_URLsecret
PostgreSQL connection string (required for saas mode)
GEMINI_API_KEYsecret
Google Gemini API key for decision conflict detection via embeddings (optional)
§03 MCP Quality Score · methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04 Alternatives in Developer Tools
ai.smithery/DynamicEndpoints-powershell-exec-mcp-server
ai.smithery/DynamicEndpoints-powershell-exec-mcp-server
Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve syste…
ai.smithery/neverinfamous-memory-journal-mcp
ai.smithery/neverinfamous-memory-journal-mcp
A MCP server built for developers enabling Git based project management with project and personal…
ai.usealloy/alloy
ai.usealloy/alloy
Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data.