Server Directory
DatabaseIntermediate

Upstash

by Upstash

Interact with Upstash Redis and Vector databases. Manage key-value data, perform vector similarity searches, and handle caching operations.

CAPABILITIES

  • Redis key-value operations
  • Vector database queries
  • Cache management
  • Rate limiting
  • Message queue operations

INSTALLATION

Terminal
npx -y @upstash/mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "upstash": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@upstash/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Database
Difficulty
Intermediate
Maintained By
Upstash
NPM Package
@upstash/mcp-server

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →