Model Context Protocol (MCP) is a new, standardized protocol 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.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"args": [
"-y",
"@upstash/mcp-server",
"run",
"<UPSTASH_EMAIL>",
"<UPSTASH_API_KEY>"
],
"command": "npx"
}