Catalog
live.alpic.doing-v2-d5286fe8/doing
Official2 toolsdoing
simple task manager for your LLM
Simple task manager interface designed for LLM agents.
Captured live from the server via tools/list.
doing
Manage the doing task stack. Add a task, complete one, list tasks, or view the full stack with UI.
Parameters (3)
- commandstring
add: push a task | done: complete a task | list: view the stack (default: inferred from other args)
- taskstring
Task description — if provided without 'command', defaults to 'add'
- indexnumber
0-based index to complete (defaults to last, only for 'done')
history
View all completed tasks in chronological order (from oldest to most recent)
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"doing": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://doing-v2-d5286fe8.alpic.live"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.