Skip to main content
Glama

Tiger MCP

.env.template•2.21 kB
# Tiger MCP Environment Configuration Template # Copy this file to .env and configure your values # ============================ # Tiger Brokers API Configuration # ============================ TIGER_CLIENT_ID=your_tiger_client_id_here TIGER_PRIVATE_KEY=your_private_key_here TIGER_ACCOUNT=your_account_id_here TIGER_SANDBOX=true TIGER_LICENSE=TBHK # ============================ # Database Configuration # ============================ DATABASE_URL=postgresql://tiger_user:tiger_password@localhost:5432/tiger_mcp POSTGRES_DB=tiger_mcp POSTGRES_USER=tiger_user POSTGRES_PASSWORD=tiger_password POSTGRES_HOST=localhost POSTGRES_PORT=5432 # ============================ # Redis Configuration # ============================ REDIS_URL=redis://localhost:6379/0 REDIS_HOST=localhost REDIS_PORT=6379 REDIS_PASSWORD= # ============================ # Application Configuration # ============================ DEBUG=true LOG_LEVEL=info ENVIRONMENT=development SECRET_KEY=your-secret-key-here # ============================ # MCP Server Configuration # ============================ MCP_SERVER_HOST=0.0.0.0 MCP_SERVER_PORT=8000 MCP_LOG_LEVEL=info TIGER_USE_DATABASE=false # ============================ # Dashboard API Configuration # ============================ BACKEND_HOST=0.0.0.0 BACKEND_PORT=8001 CORS_ORIGINS=["http://localhost:3000"] # ============================ # Dashboard Frontend Configuration # ============================ REACT_APP_API_URL=http://localhost:8001 REACT_APP_ENVIRONMENT=development # ============================ # Security Configuration # ============================ JWT_SECRET_KEY=your_jwt_secret_key_here JWT_ALGORITHM=HS256 JWT_ACCESS_TOKEN_EXPIRE_MINUTES=30 # ============================ # Rate Limiting # ============================ RATE_LIMIT_REQUESTS_PER_MINUTE=100 # ============================ # Market Data Configuration # ============================ MARKET_DATA_REFRESH_INTERVAL=5 ENABLE_REAL_TIME_DATA=true MAX_CONCURRENT_REQUESTS=10 # ============================ # Logging Configuration # ============================ LOG_FORMAT=%(asctime)s - %(name)s - %(levelname)s - %(message)s LOG_FILE=logs/tiger-mcp.log LOG_MAX_SIZE=10485760 # 10MB LOG_BACKUP_COUNT=5

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/luxiaolei/tiger-mcp'

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