Skip to main content
Glama

Upstash MCP Server

Official
by upstash
package.json1.27 kB
{ "version": "0.0.0", "name": "@upstash/mcp-server", "description": "MCP server for Upstash", "license": "MIT", "type": "module", "bin": { "mcp-server": "./dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/upstash/mcp-server.git" }, "bugs": { "url": "https://github.com/upstash/mcp-server/issues" }, "scripts": { "build": "tsup && node -e \"require('fs').chmodSync('dist/index.js', '755')\"", "watch": "npm run build && tsup --watch", "logs": "tail -n 20 -f ~/Library/Logs/Claude/mcp*.log", "fmt": "prettier --write .", "test": "vitest", "lint": "eslint \"**/*.{js,ts,tsx}\" --quiet --fix && tsc --noEmit" }, "files": [ "dist" ], "devDependencies": { "@typescript-eslint/eslint-plugin": "8.4.0", "@typescript-eslint/parser": "8.4.0", "eslint": "9.10.0", "eslint-plugin-unicorn": "55.0.0", "prettier": "^3.6.2", "tsup": "^8.5.0", "vitest": "^3.2.4" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "@types/node": "^15.14.9", "chalk": "^5.6.0", "commander": "^14.0.0", "dotenv": "^16.6.1", "node-fetch": "^3.3.2", "tsx": "^4.20.5", "zod": "^3.25.76", "zod-to-json-schema": "^3.24.6" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/upstash/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server