← Back to Plugins
MCP Server MCP

Sprintra

github By github 👁 1 views ▲ 0 votes

The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.

Homepage Verified source GitHub

Install

npx -y @sprintra/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.sprintra.io/api/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@sprintra/mcp",
      "version": "1.0.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Runtime mode: 'local' for SQLite or 'saas' for PostgreSQL",
          "default": "local",
          "name": "VIBEPILOT_MODE"
        },
        {
          "description": "PostgreSQL connection string (required for saas mode)",
          "isSecret": true,
          "name": "SUPABASE_DATABASE_URL"
        },
        {
          "description": "Google Gemini API key for decision conflict detection via embeddings (optional)",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...