Skip to main content
Glama

TaskMaster

config.py409 B
import os from dotenv import load_dotenv load_dotenv() class Config: """Configuration class for the Todoist MCP""" @staticmethod def get_api_token(): """Get the Todoist API token from environment variables""" token = os.environ.get("TODOIST_API_TOKEN") if not token: raise ValueError("TODOIST_API_TOKEN environment variable not set") return token

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/mingolladaniele/taskMaster-todoist-mcp'

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