Manage your tasks with AI assistants. List, create, update, complete and delete tasks, view groups and statistics through Glintlint REST API.
Server Config
{
"mcpServers": {
"glintlint": {
"command": "npx",
"args": [
"-y",
"glintlint-mcp"
],
"env": {
"GLINTLINT_API_KEY": "<YOUR_API_KEY>"
}
}
}
}