Skip to main content
Glama

MCP Todoist

by kentaroh7777
.env.example1.17 kB
# Convex Configuration # Convexプロジェクトのデプロイメント名 CONVEX_DEPLOYMENT=your-deployment-name # ConvexのURL(開発環境では自動生成される) NEXT_PUBLIC_CONVEX_URL=https://your-convex-url.convex.cloud # Todoist API Configuration # TodoistのAPIトークン(https://todoist.com/prefs/integrations で取得) TODOIST_API_TOKEN=61dae250699e84eb85b9c2ab9461c0581873566d # Next.js Configuration # NextAuth用のシークレットキー(ランダムな文字列) NEXTAUTH_SECRET=your-secret-key-here # アプリケーションのベースURL NEXTAUTH_URL=http://localhost:3000 # Development Settings # 環境(development, production, test) NODE_ENV=development # サーバーポート PORT=3000 # MCP Server Settings # MCPサーバーのポート MCP_SERVER_PORT=3001 # MCPサーバーのホスト MCP_SERVER_HOST=localhost # Optional: Database Configuration # ローカル開発用設定(必要に応じて) DATABASE_URL= # Optional: Logging Configuration # ログレベル(error, warn, info, debug) LOG_LEVEL=info # Optional: Cache Configuration # Redis URL(キャッシュが必要な場合) REDIS_URL=

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

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