MCP Server
MCP
io.github.upstash/redis-mcp
Run Redis commands and look up Upstash Redis Search docs against Upstash Redis over HTTP or TCP.
Install
npx -y @upstash/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@upstash/redis-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Upstash Redis REST URL (HTTP transport).",
"name": "UPSTASH_REDIS_REST_URL"
},
{
"description": "Upstash Redis REST token (HTTP transport).",
"isSecret": true,
"name": "UPSTASH_REDIS_REST_TOKEN"
},
{
"description": "Upstash Redis rediss:// connection string (TCP transport).",
"isSecret": true,
"name": "UPSTASH_REDIS_TCP_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment