Task tracker for AI agents. Manage tasks, subtasks, tags, and activity logs from Claude Code, Cursor, or any MCP client.
Server Config
{
"mcpServers": {
"lst": {
"command": "npx",
"args": [
"-y",
"lst-mcp"
],
"env": {
"LST_API_KEY": "<YOUR_API_KEY>"
}
}
}
}