Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Upstash MCP Server
Claim
Official
by
upstash
npm
GitHub
Databases
TypeScript
MIT License
8
18
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
.github
src
bun.lockb
eslint.config.mjs
.gitignore
LICENSE
package.json
prettier.config.mjs
README.md
smithery.yaml
tsconfig.json
tsup.config.ts
import { defineConfig } from "tsup"; export default defineConfig({ entry: ["src/index.ts"], format: ["esm"], clean: true, dts: true, sourcemap: true, target: "node15", });