MCP Server
MCP
io.github.upstash/mcp-server
Manage Upstash databases and resources through the Upstash Developer API.
Install
npx -y @upstash/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@upstash/mcp-server",
"version": "0.2.7",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Email address of your Upstash account.",
"isRequired": true,
"name": "UPSTASH_EMAIL"
},
{
"description": "Upstash Developer API key (create one at https://console.upstash.com/account/api).",
"isRequired": true,
"isSecret": true,
"name": "UPSTASH_API_KEY"
},
{
"description": "Upstash Box API key for Box-related tools.",
"isSecret": true,
"name": "UPSTASH_BOX_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment