Task Management for the AI Era

Let AI assistants and automation tools manage your tasks directly via REST API

MCP Server Available

MCP Server

Install glintlint-mcp to manage your tasks with Claude Desktop and 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 | iex

Linux/Mac:

curl -sSL https://glintlint.com/install-claude.sh | bash

OpenClaw 安装

Windows PowerShell:

irm https://glintlint.com/install-openclaw.ps1 | iex

Linux/Mac:

curl -sSL https://glintlint.com/install-openclaw.sh | bash

💡 使用自定义配置路径?

如果你的配置文件不在标准位置,请参考手动安装步骤进行配置。

What You Can Do

AI Assistant Integration

Let Claude, ChatGPT, and other AI assistants create, query, and manage your tasks directly

Workflow Automation

Automatically create and update tasks via tools like Zapier, n8n, and more

Custom Integrations

Build your own tools and integrate Glintlint into your workflow

Quick Start

Authentication

Authenticate with your API key in the Authorization header

Authorization: Bearer glint_your_api_key_here

API Endpoints

MethodEndpointDescription
GET/api/v1/tasksList tasks
POST/api/v1/tasksCreate a task
PATCH/api/v1/tasks/:idUpdate a task
DELETE/api/v1/tasks/:idDelete a task
GET/api/v1/groupsList groups
POST/api/v1/groupsCreate a group
GET/api/v1/diaryList diary entries
POST/api/v1/diaryCreate a diary entry
GET/api/v1/diary/:idGet a diary entry
PATCH/api/v1/diary/:idUpdate a diary entry
DELETE/api/v1/diary/:idDelete a diary entry
GET/api/v1/statsGet statistics
GET/api/v1/settingsGet user settings

Rate Limits

60 requests per minute per user, up to 5 active API keys per user

Code Examples

curl -X GET "https://glintlint.com/api/v1/tasks?date=2026-02-27" \
  -H "Authorization: Bearer glint_your_api_key_here"

Ready to Get Started?

Sign up for Glintlint and create your first API key in Settings