AI 时代的任务管理
通过 REST API 让 AI 助手和自动化工具直接管理你的任务
MCP Server 已上线MCP Server
安装 glintlint-mcp,让 Claude Desktop 和 Cursor 直接管理你的任务
{
"mcpServers": {
"glintlint": {
"command": "npx",
"args": ["-y", "glintlint-mcp"],
"env": {
"GLINTLINT_API_KEY": "<YOUR_API_KEY>"
}
}
}
}配置生成器
输入 API Key,自动生成 MCP 配置
{
"mcpServers": {
"glintlint": {
"command": "npx",
"args": ["-y", "glintlint-mcp@latest"],
"env": {
"GLINTLINT_API_KEY": "your_api_key_here",
"GLINTLINT_BASE_URL": "https://glintlint.com"
}
}
}
}复制后粘贴到 OpenClaw 的 MCP 配置文件中
Glintlint Skill
AI 助手 Skill,基于 GTD 方法论,提供晨间规划、晚间复盘、任务捕获等智能场景。
Claude Code 安装
Windows PowerShell:
irm https://glintlint.com/install-claude.ps1 | iexLinux/Mac:
curl -sSL https://glintlint.com/install-claude.sh | bashOpenClaw 安装
Windows PowerShell:
irm https://glintlint.com/install-openclaw.ps1 | iexLinux/Mac:
curl -sSL https://glintlint.com/install-openclaw.sh | bash💡 使用自定义配置路径?
如果你的配置文件不在标准位置,请参考手动安装步骤进行配置。
你能做什么
AI 助手集成
让 Claude、ChatGPT 等 AI 助手直接创建、查询和管理你的任务
工作流自动化
通过 Zapier、n8n 等工具自动创建和更新任务
自定义集成
构建自己的工具,将 Glintlint 融入你的工作流程
快速开始
认证方式
在请求头中携带 API 密钥进行认证
Authorization: Bearer glint_your_api_key_hereAPI 端点
| Method | Endpoint | 权限范围 | Description |
|---|---|---|---|
| GET | /api/v1/tasks | tasks:read | 获取任务列表 |
| POST | /api/v1/tasks | tasks:write | 创建任务 |
| PATCH | /api/v1/tasks/:id | tasks:write | 更新任务 |
| DELETE | /api/v1/tasks/:id | tasks:write | 删除任务 |
| GET | /api/v1/groups | groups:read | 获取分组列表 |
| POST | /api/v1/groups | groups:write | 创建分组 |
| GET | /api/v1/diary | diary:read | 获取日记列表 |
| POST | /api/v1/diary | diary:write | 创建日记 |
| GET | /api/v1/diary/:id | diary:read | 获取单条日记 |
| PATCH | /api/v1/diary/:id | diary:write | 更新日记 |
| DELETE | /api/v1/diary/:id | diary:write | 删除日记 |
| GET | /api/v1/stats | stats:read | 获取统计数据 |
| GET | /api/v1/settings | settings:read | 获取用户设置 |
请求限制
每用户每分钟 60 次请求,每用户最多 5 个活跃 API 密钥
代码示例
curl -X GET "https://glintlint.com/api/v1/tasks?date=2026-02-27" \
-H "Authorization: Bearer glint_your_api_key_here"准备好开始了吗?
注册 Glintlint 并在设置中创建你的第一个 API 密钥