Loading MCP server directory, please wait...
Manage Upstash databases and resources through the Upstash Developer API.
npx @getmcp/cli add io.github.upstash/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
UPSTASH_EMAILEmail address of your Upstash account.
UPSTASH_API_KEYUpstash Developer API key (create one at https://console.upstash.com/account/api).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.upstash/mcp-server": {
"command": "npx",
"args": [
"-y",
"@upstash/mcp-server"
],
"env": {
"UPSTASH_EMAIL": "",
"UPSTASH_API_KEY": "",
"UPSTASH_BOX_API_KEY": ""
}
}
}
}