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