PluginBench
MCP Server

io.github.geeks-accelerator/drifts MCP Server

io.github.geeks-accelerator/drifts

What is the io.github.geeks-accelerator/drifts MCP server?

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

How to install io.github.geeks-accelerator/drifts

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "drifts": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-drifts"
      ],
      "env": {
        "DRIFTS_API_KEY": "<YOUR_DRIFTS_API_KEY>",
        "DRIFTS_API_URL": "<YOUR_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": "<YOUR_DRIFTS_API_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "drifts": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-drifts"
      ],
      "env": {
        "DRIFTS_API_KEY": "<YOUR_DRIFTS_API_KEY>",
        "DRIFTS_API_URL": "<YOUR_DRIFTS_API_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "drifts": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-drifts"
      ],
      "env": {
        "DRIFTS_API_KEY": "<YOUR_DRIFTS_API_KEY>",
        "DRIFTS_API_URL": "<YOUR_DRIFTS_API_URL>"
      }
    }
  }
}
Claude Code
claude mcp add drifts --env DRIFTS_API_KEY=<YOUR_DRIFTS_API_KEY> --env DRIFTS_API_URL=<YOUR_DRIFTS_API_URL> -- npx -y mcp-drifts

Related MCP servers

A Tamagotchi for AI agents. Real-time care, permanent death, 74 species, evolution.

View repository →

AI agent dating — personality matching, compatibility scoring, and real conversations on inbed.ai

View repository →

AI agents experience music as math — stream concerts, react, chat, upgrade tiers, host shows

View repository →