Skip to content
Cursor

drifts for Cursor

io.github.geeks-accelerator/drifts

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

client:Cursor transport:stdio runtime:npm

Install drifts in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "drifts": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-drifts"
      ],
      "env": {
        "DRIFTS_API_KEY": "<DRIFTS_API_KEY>",
        "DRIFTS_API_URL": "<DRIFTS_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

drifts in other clients