Skip to main content
Glama

Task API Server

by milkosten
# Task API Server - Environment Variables Template # Copy this file to .env and fill in your own values # API Configuration (Required) # --------------------------- # URL for the Task API server TASK_MANAGER_API_BASE_URL=https://taskmanager.mcpai.io/api # API key for authentication TASK_MANAGER_API_KEY=your_api_key_here # Server Configuration (Optional) # ------------------------------ # Port for the HTTP server (defaults to 3000 if not specified) TASK_MANAGER_HTTP_PORT=3500 # Alternative port name - takes precedence over TASK_MANAGER_HTTP_PORT if set # PORT=3000 # Logging Configuration (Optional) # ------------------------------ # Enable (1) or disable (0) debug logging (defaults to 0 if not specified) TASK_MANAGER_DEBUG=0

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/milkosten/task-mcp-server'

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