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
{
"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