upstash_mcp-server-upstash
If you are the rightful owner of upstash_mcp-server-upstash and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Upstash MCP Server provides an installer and server for managing context between LLMs and Upstash Developer API using the Model Context Protocol.
The Upstash MCP Server is designed to facilitate seamless interaction between large language models (LLMs) and the Upstash Developer API through the Model Context Protocol (MCP). This server allows users to perform various operations on their Upstash account using natural language commands via MCP clients like Claude Desktop. Users can create and manage Redis databases, view usage statistics, and perform backups, among other tasks. The server requires Node.js version 18 or higher and an Upstash API key for operation. It supports local development and testing with tools like Claude Desktop and MCP Inspector, providing a robust environment for developers to integrate and manage their Upstash resources efficiently.
Features
- Natural Language Commands: Use natural language to perform operations on Upstash accounts.
- Redis Database Management: Create, delete, and manage Redis databases and backups.
- Usage Statistics: Retrieve usage statistics and monitor throughput spikes.
- Local Development Support: Clone the project and run it locally for development and testing.
- Integration with Claude Desktop: Seamlessly integrate with Claude Desktop for executing Upstash commands.
Tools
redis_database_create_backup
Creates a backup of a Redis database.
redis_database_create_new
Creates a new Redis database.
redis_database_delete
Deletes a Redis database.
redis_database_get_usage_stats
Retrieves usage statistics for a Redis database.