Skip to main content
Glama

Tally MCP

.env.example2.18 kB
# Tally MCP Server Environment Configuration # Copy this file to .env and fill in your actual values # ============================================== # TALLY API CONFIGURATION # ============================================== TALLY_API_KEY=your_tally_api_key_here TALLY_BASE_URL=https://api.tally.so # ============================================== # SERVER CONFIGURATION # ============================================== PORT=3000 HOST=0.0.0.0 DEBUG=false REQUEST_TIMEOUT=30000 MAX_CONNECTIONS=100 # ============================================== # CORS CONFIGURATION # ============================================== CORS_ENABLED=true ALLOWED_ORIGINS=* # ============================================== # LOGGING CONFIGURATION # ============================================== LOG_LEVEL=info LOG_COMPONENT=MCPServer LOG_ENABLE_CONSOLE=true LOG_ENABLE_STRUCTURED=true LOG_REDACT_SENSITIVE=true # ============================================== # MCP INSPECTOR CONFIGURATION # ============================================== # Port for MCP Inspector Client UI (default: 6274) CLIENT_PORT=6274 # Port for MCP Inspector Proxy Server (default: 6277) SERVER_PORT=6277 # Enable/disable automatic browser opening when inspector starts MCP_AUTO_OPEN_ENABLED=true # Timeout for requests to the MCP server (ms) MCP_SERVER_REQUEST_TIMEOUT=10000 # Reset timeout on progress notifications MCP_REQUEST_TIMEOUT_RESET_ON_PROGRESS=true # Maximum total timeout for requests sent to the MCP server (ms) MCP_REQUEST_MAX_TOTAL_TIMEOUT=60000 # Full address if running MCP Inspector Proxy on non-default address # Example: http://10.1.1.22:5577 MCP_PROXY_FULL_ADDRESS= # ============================================== # SECURITY CONFIGURATION # ============================================== # Rate limiting RATE_LIMIT_WINDOW_MS=900000 RATE_LIMIT_MAX_REQUESTS=100 # Security headers SECURITY_HELMET_ENABLED=true # ============================================== # DEVELOPMENT & TESTING # ============================================== # Enable development mode features NODE_ENV=development # Test database URL (if applicable) TEST_DB_URL= # Mock API responses for testing USE_MOCK_API=false

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