Skip to main content
Glama

Tally MCP

wrangler.toml.example437 B
name = "your-tally-mcp-server" main = "dist/index.js" compatibility_date = "2024-11-01" [[routes]] pattern = "your-subdomain.workers.dev/*" zone_name = "workers.dev" [env.production] name = "your-tally-mcp-server-prod" [env.staging] name = "your-tally-mcp-server-staging" # Note: Secrets are managed via CLI: # echo "your_api_key" | npx wrangler secret put TALLY_API_KEY # echo "your_auth_token" | npx wrangler secret put AUTH_TOKEN

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