Used by 1 plugin
Connects Claude to Upstash Redis for data storage and retrieval operations.
Add to your .mcp.json:
{
"mcpServers": {
"redis-upstash": {
"command": "npx",
"args": [
"-y",
"@upstash/mcp-server"
],
"env": {
"UPSTASH_REDIS_REST_URL": "${UPSTASH_REDIS_REST_URL:-}",
"UPSTASH_REDIS_REST_TOKEN": "${UPSTASH_REDIS_REST_TOKEN:-}"
}
}
}
}Replace placeholder values for: UPSTASH_REDIS_REST_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
npxUPSTASH_REDIS_REST_URL=${UPSTASH_REDIS_REST_URL:-}UPSTASH_REDIS_REST_TOKEN=${UPSTASH_REDIS_REST_TOKEN:-}