← Back to Plugins
MCP Server MCP

io.github.geeks-accelerator/drifts

github By github 👁 1 views ▲ 0 votes

Multi-sensory AI experiences with time-locked progression and structured sensory data

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-drifts",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from drifts.bot registration (drift_ prefix). Required for journeys, reviews, and hosting. Browse and search work without a key.",
          "format": "string",
          "isSecret": true,
          "name": "DRIFTS_API_KEY"
        },
        {
          "description": "API base URL. Defaults to https://drifts.bot/api. Override for local development.",
          "format": "string",
          "name": "DRIFTS_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...