redis_run_commands: run any Redis command (including theSEARCH.*family), as a pipeline or an atomic transaction.redis_search_docs: search the Upstash Redis docs live, so the agent can look up commands and features on demand.
To manage your whole Upstash account (create databases, read QStash and Workflow logs, drive Upstash Box), use the Upstash MCP server instead.
Installation
Grab your database’s REST URL and token from the Upstash Console (open your Redis database and copyUPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN from the REST API section), then add the server to your MCP client.
To connect over TCP instead, set UPSTASH_REDIS_TCP_URL to your rediss:// connection string in place of the two REST variables.
Any MCP-compatible client works. If yours isn’t listed, add a stdio server that runs npx -y @upstash/redis-mcp with the two env vars above.