/install daily-to-goal-mcp
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
- Visit https://h5.dd-up.com/ and sign up or log in
- Go to Settings → API Keys
- Generate a new API key (format:
dtg_live_...) - 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)
| Tool | Description |
|---|---|
goals_list |
List goals with filters (status, date range, parent) |
goals_create |
Create a goal (supports hierarchy via parentId) |
goals_update |
Update goal details |
goals_delete |
Delete a goal |
goals_add_progress |
Add manual progress entry |
goals_get_hierarchy |
Get full goal tree from a root goal |
Task Management (5)
| Tool | Description |
|---|---|
tasks_list |
List tasks with filters (status, assignee, goal) |
tasks_create |
Create a task (optionally linked to a goal) |
tasks_update |
Update task details |
tasks_complete |
Mark a task as completed |
tasks_approve |
Approve a task (manager/admin only) |
Entity Management (4)
| Tool | Description |
|---|---|
entities_list |
List entities (assets) with filters |
entities_create |
Create a new entity |
entities_update |
Update entity details |
entities_delete |
Delete an entity |
Team Insights (3)
| Tool | Description |
|---|---|
team_members |
List team members with stats |
team_performance |
Get team performance metrics |
team_leaderboard |
Get team rankings |
Resources (read-only URI access)
dtg://goals/{goalId}— Goal detailsdtg://goals/{goalId}/hierarchy— Full goal treedtg://tasks/{taskId}— Task detailsdtg://goals/{goalId}/tasks— Tasks under a goaldtg://team/members— Team member listdtg://team/performance— Team performance metricsdtg://entities/{entityId}— Entity details
Permissions (RBAC)
| Role | Read | Write own | Write team | Approve |
|---|---|---|---|---|
| Admin | All | All | All | Yes |
| Manager | All | Yes | Yes | Yes |
| Member | All | Yes | No | No |
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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install daily-to-goal-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/daily-to-goal-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 284 次。
如何安装 Daily-to-Goal MCP?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-to-goal-mcp」即可一键安装,无需额外配置。
Daily-to-Goal MCP 是免费的吗?
是的,Daily-to-Goal MCP 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Daily-to-Goal MCP 支持哪些平台?
Daily-to-Goal MCP 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daily-to-Goal MCP?
由 Xiao Ke(@xiaoke-bot)开发并维护,当前版本 v1.0.2。