Connect your AI assistant to Daily-to-Goal via MCP to manage goals, tasks, and team performance.
dtg_live_...)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.
| 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 |
| 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) |
| 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 |
| Tool | Description |
|---|---|
| ------ | ------------- |
team_members | List team members with stats |
team_performance | Get team performance metrics |
team_leaderboard | Get team rankings |
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| Role | Read | Write own | Write team | Approve |
|---|---|---|---|---|
| ------ | ------ | ----------- | ------------ | --------- |
| Admin | All | All | All | Yes |
| Manager | All | Yes | Yes | Yes |
| Member | All | Yes | No | No |
goals:read, goals:write, tasks:read, tasks:write, entities:read, entities:write, team:read, datasets:read
For detailed API key management and security practices, see references/security.md.
共 1 个版本