Skip to main content
Glama

TimeLooker MCP Server

2
  • Apple
.env.example2.82 kB
# ============================================================================= # TimeLooker MCP Server Configuration # ============================================================================= # ----------------------------------------------------------------------------- # x402 Payment Configuration # ----------------------------------------------------------------------------- # The Ethereum address that will receive payments for task creation PAY_TO_ADDRESS=0x671cE47E4F38051ba3A990Ba306E2885C2Fe4102 # Your Ethereum private key for making payments (without 0x prefix) PRIVATE_KEY=your_private_key_here # Blockchain network for payments X402_NETWORK=base-sepolia # Payment amount for task creation TASK_CREATION_PRICE=$0.01 # ----------------------------------------------------------------------------- # API Server Configuration # ----------------------------------------------------------------------------- # Task Manager API base URL TASK_MANAGER_API_URL=http://localhost:8000 # API server host and port API_HOST=0.0.0.0 API_PORT=8000 # ----------------------------------------------------------------------------- # Anthropic API Configuration # ----------------------------------------------------------------------------- # Your Anthropic API key for search and AI comparison ANTHROPIC_API_KEY=your_anthropic_api_key_here # ----------------------------------------------------------------------------- # OpenAI API Configuration (Legacy - can be removed if not needed) # ----------------------------------------------------------------------------- # Your OpenAI API key for search and AI comparison # OPENAI_API_KEY=your_openai_api_key_here # ----------------------------------------------------------------------------- # Database Configuration # ----------------------------------------------------------------------------- # Database connection URL (defaults to local SQLite) DATABASE_URL=sqlite:///timelooker.db # ----------------------------------------------------------------------------- # Email Configuration # ----------------------------------------------------------------------------- # Default sender email for notifications DEFAULT_SENDER_EMAIL=fortnightlydevs@gmail.com # SMTP configuration (optional - for actual email sending) SMTP_HOST=smtp.gmail.com SMTP_PORT=587 SMTP_USERNAME=your_email@gmail.com SMTP_PASSWORD=your_app_password SMTP_USE_TLS=true # ----------------------------------------------------------------------------- # Application Settings # ----------------------------------------------------------------------------- # Default task runtime in minutes DEFAULT_RUNTIME_MINUTES=1440 # Default task frequency in minutes DEFAULT_FREQUENCY_MINUTES=60 # Maximum results to return in search preview MAX_PREVIEW_RESULTS=20 # Enable debug logging DEBUG=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/fortnightly-devs/mcp-x402-task-scheduler'

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