We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sidlendhe/ticktick-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•321 B
# TickTick OAuth Credentials
# Get these from https://developer.ticktick.com/
TICKTICK_CLIENT_ID=your_client_id_here
TICKTICK_CLIENT_SECRET=your_client_secret_here
TICKTICK_REDIRECT_URI=http://localhost:8000/auth/ticktick/callback
# Access Token (obtained via get_token.py)
TICKTICK_ACCESS_TOKEN=your_access_token_here