Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Model Control Protocol Server (MCP)
Claim
by
zueai
npm
GitHub
Developer Tools
Cloud Platforms
TypeScript
MIT License
30
14
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
template
template/.cursor
template/src
template/biome.json
template/.gitignore
template/LICENSE
template/package.json
template/README.md
template/secrets.json
template/tsconfig.json
template/worker-configuration.d.ts
template/wrangler.jsonc
{ "$schema": "node_modules/wrangler/config-schema.json", "name": "mcp-server-name", "main": "src/index.ts", "compatibility_date": "2025-02-22" // "compatibility_flags": [ // "nodejs_compat" // ], // "vars": { // "MY_VAR": "my-variable" // }, // "kv_namespaces": [ // { // "binding": "MY_KV_NAMESPACE", // "id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" // } // ], // "r2_buckets": [ // { // "binding": "MY_BUCKET", // "bucket_name": "my-bucket" // } // ], // "d1_databases": [ // { // "binding": "MY_DB", // "database_name": "my-database", // "database_id": "" // } // ], // "ai": { // "binding": "AI" // }, // "observability": { // "enabled": true, // "head_sampling_rate": 1 // } }