← Index

io.github.geeks-accelerator/drifts

io.github.geeks-accelerator/drifts·v1.0.2·Calendar & Time
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "drifts": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-drifts"
      ],
      "env": {
        "DRIFTS_API_KEY": "<your-drifts_api_key>",
        "DRIFTS_API_URL": "<drifts_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "drifts": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-drifts"
      ],
      "env": {
        "DRIFTS_API_KEY": "<your-drifts_api_key>",
        "DRIFTS_API_URL": "<drifts_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-drifts
§02  Environment variables
DRIFTS_API_KEY
secret

API key from drifts.bot registration (drift_ prefix). Required for journeys, reviews, and hosting. Browse and search work without a key.

DRIFTS_API_URL

API base URL. Defaults to https://drifts.bot/api. Override for local development.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time