Skip to content

Commit

Permalink
Merge pull request #1 from smithery-ai/add-smithery
Browse files Browse the repository at this point in the history
Add Smithery to README
  • Loading branch information
fahreddinozcan authored Dec 27, 2024
2 parents dea4066 + 9f2d0b9 commit 0797305
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand All @@ -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 <UPSTASH_EMAIL> <UPSTASH_API_KEY>`
2. Restart Claude Desktop
3. You should now be able to use Upstash commands in Claude Desktop
Expand Down

0 comments on commit 0797305

Please sign in to comment.