Server data from the Official MCP Registry
Run Redis commands and look up Upstash Redis Search docs against Upstash Redis over HTTP or TCP.
Run Redis commands and look up Upstash Redis Search docs against Upstash Redis over HTTP or TCP.
This is a well-structured MCP server for Upstash Redis with solid security practices. Authentication is properly handled via environment variables and CLI flags without hardcoding secrets. The codebase demonstrates good input validation, secure credential normalization that avoids leaking passwords in error messages, and appropriate error handling. Minor code quality observations exist around broad exception handling and logging, but these do not introduce security vulnerabilities. Permissions are appropriate for the server's stated purpose of executing Redis commands. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: UPSTASH_REDIS_REST_URL
Environment variable: UPSTASH_REDIS_REST_TOKEN
Environment variable: UPSTASH_REDIS_TCP_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-upstash-redis-mcp": {
"env": {
"UPSTASH_REDIS_TCP_URL": "your-upstash-redis-tcp-url-here",
"UPSTASH_REDIS_REST_URL": "your-upstash-redis-rest-url-here",
"UPSTASH_REDIS_REST_TOKEN": "your-upstash-redis-rest-token-here"
},
"args": [
"-y",
"@upstash/redis-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption