From 9f2d0b93b59e0417be9bbf4a44c08936fb60ed4e Mon Sep 17 00:00:00 2001 From: Henry Mao <1828968+calclavia@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:15:09 +0700 Subject: [PATCH] Add Smithery CLI installation instructions and badge --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 30f6cc1..e169f99 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Upstash MCP Server +[![smithery badge](https://smithery.ai/badge/@upstash/mcp-server-upstash)](https://smithery.ai/server/@upstash/mcp-server-upstash) Model Context Protocol (MCP) is a [new, standardized protocol](https://modelcontextprotocol.io/introduction) for managing context between large language models (LLMs) and external systems. In this repository, we provide an installer as well as an MCP Server for [Upstash Developer API's](https://upstash.com/docs/devops/developer-api). @@ -19,7 +20,15 @@ This lets you use Claude Desktop, or any MCP Client, to use natural language to - [Upstash API key](https://upstash.com/docs/devops/developer-api) - You can create one from [here](https://console.upstash.com/account/api). ## How to use locally +### Installing via Smithery +To install Upstash for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@upstash/mcp-server-upstash): + +```bash +npx -y @smithery/cli install @upstash/mcp-server-upstash --client claude +``` + +### Installing manually 1. Run `npx @upstash/mcp-server-upstash init ` 2. Restart Claude Desktop 3. You should now be able to use Upstash commands in Claude Desktop