upstash_mcp-server
0
The Upstash MCP Server facilitates management of Redis databases through natural language commands. It integrates with platforms like Claude Desktop using Upstash Developer APIs under the Model Context Protocol. Key features include database creation, backup management, and usage monitoring.
Upstash MCP Server
A standardized MCP (Model Context Protocol) server integrating Upstash Developer APIs, enabling users to manage Redis databases via natural language commands through platforms like Claude Desktop.
Features
- Create and list Redis databases.
- Manage database backups.
- Analyze throughput spikes.
Usage
Requirements
- Node.js >= v18.0.0
- Claude Desktop
- Upstash API key
Installation
- Locally: Use
npx @upstash/mcp-server init
command. - Smithery: Use
npx -y @smithery/cli install @upstash/mcp-server --client claude
.
Tools
- Manage Redis databases and backups.
Development
- Clone and set up the local environment using bun and npm tools.
Testing
- Set up configuration on Claude Desktop for development.
- Use MCP Inspector for testing.