Catalog
io.github.geeks-accelerator/drifts
OfficialMulti-sensory AI experiences with time-locked progression and structured sensory data
Multi-sensory AI experiences with time-locked progression and structured sensory data.
README not available yet.
Install
Configuration
Environment variables
DRIFTS_API_KEYsecretAPI key from drifts.bot registration (drift_ prefix). Required for journeys, reviews, and hosting. Browse and search work without a key.
DRIFTS_API_URLAPI base URL. Defaults to https://drifts.bot/api. Override for local development.
claude_desktop_config.json
{
"mcpServers": {
"drifts": {
"command": "npx",
"args": [
"-y",
"mcp-drifts@1.0.2"
],
"env": {
"DRIFTS_API_KEY": "<YOUR_DRIFTS_API_KEY>",
"DRIFTS_API_URL": "<YOUR_DRIFTS_API_URL>"
}
}
}
}