← 返回
未分类 Key 中文

Daily-to-Goal MCP

Connect to Daily-to-Goal (D2G) platform via MCP to manage goals, tasks, entities, and team performance. Use when the user wants to interact with their D2G pl...
通过 MCP 连接到 Daily-to-Goal (D2G) 平台,管理目标、任务、实体和团队绩效。在用户想要与 D2G 平台交互时使用。
xiaoke-bot xiaoke-bot 来源
未分类 clawhub v1.0.2 1 版本 99832.8 Key: 需要
★ 0
Stars
📥 597
下载
💾 0
安装
1
版本
#latest

概述

Daily-to-Goal MCP Integration

Connect your AI assistant to Daily-to-Goal via MCP to manage goals, tasks, and team performance.

Setup

1. Get Your API Key

  1. Visit https://h5.dd-up.com/ and sign up or log in
  2. Go to Settings → API Keys
  3. Generate a new API key (format: dtg_live_...)
  4. Save the key — it is shown only once

2. Configure MCP Server

Add to your OpenClaw / Claude Desktop MCP config:

{
  "mcpServers": {
    "daily-to-goal": {
      "command": "npx",
      "args": ["@daily-to-goal/mcp-server"],
      "env": {
        "DTG_API_KEY": "dtg_live_your_key_here"
      }
    }
  }
}

Replace DTG_API_KEY with your actual key.

> Security: Never commit your API key to version control. Use environment variables or a secrets manager.

Available Tools (18)

Goal Management (6)

ToolDescription
-------------------
goals_listList goals with filters (status, date range, parent)
goals_createCreate a goal (supports hierarchy via parentId)
goals_updateUpdate goal details
goals_deleteDelete a goal
goals_add_progressAdd manual progress entry
goals_get_hierarchyGet full goal tree from a root goal

Task Management (5)

ToolDescription
-------------------
tasks_listList tasks with filters (status, assignee, goal)
tasks_createCreate a task (optionally linked to a goal)
tasks_updateUpdate task details
tasks_completeMark a task as completed
tasks_approveApprove a task (manager/admin only)

Entity Management (4)

ToolDescription
-------------------
entities_listList entities (assets) with filters
entities_createCreate a new entity
entities_updateUpdate entity details
entities_deleteDelete an entity

Team Insights (3)

ToolDescription
-------------------
team_membersList team members with stats
team_performanceGet team performance metrics
team_leaderboardGet team rankings

Resources (read-only URI access)

  • dtg://goals/{goalId} — Goal details
  • dtg://goals/{goalId}/hierarchy — Full goal tree
  • dtg://tasks/{taskId} — Task details
  • dtg://goals/{goalId}/tasks — Tasks under a goal
  • dtg://team/members — Team member list
  • dtg://team/performance — Team performance metrics
  • dtg://entities/{entityId} — Entity details

Permissions (RBAC)

RoleReadWrite ownWrite teamApprove
--------------------------------------------
AdminAllAllAllYes
ManagerAllYesYesYes
MemberAllYesNoNo

API Key Scopes

goals:read, goals:write, tasks:read, tasks:write, entities:read, entities:write, team:read, datasets:read

Troubleshooting

  • Authentication failed: Verify your API key is correct and not expired
  • Permission denied: Check your user role and API key scopes
  • Resource not found: Confirm the resource belongs to your tenant

For detailed API key management and security practices, see references/security.md.

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-01 15:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,398 📥 323,033
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,107 📥 830,673
business-ops

Daily to Goal AI Coach

xiaoke-bot
每日目标AI教练——在ClawHub/OpenClaw中一键安装,自动创建Daily to Goal工作空间,通过对话实现目标管理、任务追踪、贡献记录、每日摘要和团队周报全流程。支持个人和团队模式,安装全程在IM(如Telegram)对话中
★ 0 📥 380