← Back to browse

rekt

Indexed by io.github.osfrekt

About

REKT Store — browse and buy REKT drinks with AI-discounted pricing from any MCP client

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAPI_BASE_URL
Claude Code
claude mcp add --env API_BASE_URL= rekt -- npx rekt-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"rekt","command":"npx","args":["rekt-mcp-server"],"env":{"API_BASE_URL":""}}'
JSON
{
  "mcpServers": {
    "rekt": {
      "command": "npx",
      "args": [
        "rekt-mcp-server"
      ],
      "env": {
        "API_BASE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.