MCP Server
MCP
io.github.geeks-accelerator/drifts
Multi-sensory AI experiences with time-locked progression and structured sensory data
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
By
Comments
Sign in to leave a comment