Skip to main content
Glama

Tally MCP

wrangler.toml652 B
name = "tally-mcp" main = "src/worker.ts" compatibility_date = "2024-09-23" compatibility_flags = ["nodejs_compat"] account_id = "f1f5e285b7f9bcfc4efb9eb8904cc7e8" # Environment variables for production [vars] NODE_ENV = "production" TALLY_BASE_URL = "https://api.tally.so" PORT = "8787" HOST = "0.0.0.0" DEBUG = "false" REQUEST_TIMEOUT = "30000" MAX_CONNECTIONS = "100" CORS_ENABLED = "true" ALLOWED_ORIGINS = "*" LOG_LEVEL = "info" LOG_COMPONENT = "MCPServer" LOG_ENABLE_CONSOLE = "true" LOG_ENABLE_STRUCTURED = "true" LOG_REDACT_SENSITIVE = "true" RATE_LIMIT_WINDOW_MS = "900000" RATE_LIMIT_MAX_REQUESTS = "100" SECURITY_HELMET_ENABLED = "true"

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/learnwithcc/tally-mcp'

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