Files
openfang/crates/openfang-extensions/integrations/todoist.toml
iven 92e5def702
Some checks failed
CI / Check / macos-latest (push) Has been cancelled
CI / Check / ubuntu-latest (push) Has been cancelled
CI / Check / windows-latest (push) Has been cancelled
CI / Test / macos-latest (push) Has been cancelled
CI / Test / ubuntu-latest (push) Has been cancelled
CI / Test / windows-latest (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
CI / Secrets Scan (push) Has been cancelled
CI / Install Script Smoke Test (push) Has been cancelled
初始化提交
2026-03-01 16:24:24 +08:00

29 lines
812 B
TOML

id = "todoist"
name = "Todoist"
description = "Manage Todoist tasks, projects, and labels through the MCP server"
category = "productivity"
icon = "✅"
tags = ["tasks", "todo", "project-management", "productivity", "gtd"]
[transport]
type = "stdio"
command = "npx"
args = ["@modelcontextprotocol/server-todoist"]
[[required_env]]
name = "TODOIST_API_KEY"
label = "Todoist API Token"
help = "Your personal API token from Todoist settings"
is_secret = true
get_url = "https://todoist.com/prefs/integrations"
[health_check]
interval_secs = 60
unhealthy_threshold = 3
setup_instructions = """
1. Open Todoist and go to Settings > Integrations > Developer (https://todoist.com/prefs/integrations).
2. Copy your API token from the 'API token' section.
3. Paste the token into the TODOIST_API_KEY field above.
"""