Skip to content
Cursor

rekt for Cursor

io.github.osfrekt/rekt

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

client:Cursor transport:stdio runtime:npm

Install rekt 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": {
    "rekt": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rekt-mcp-server"
      ],
      "env": {
        "API_BASE_URL": "<API_BASE_URL>"
      }
    }
  }
}

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

rekt in other clients