DeltaTask is a locally-hosted task management system with Obsidian integration. It provides a SQLite-backed database for storing tasks with properties like urgency, effort, and tags, while offering intelligent prioritization and task decomposition. The MCP server exposes a full API for creating, updating, and querying tasks, as well as syncing with Obsidian markdown files. Ideal for users wanting a powerful, customizable todo system with local data storage and markdown integration.
No reviews yet. Be the first to review!
Sign in to join the conversation
Get a specific task by its ID.
Find tasks by title, description, or tags.
Create a new task with specified properties.
Update an existing task's properties.
Remove a task from the system.
Sync tasks from Obsidian markdown into the SQLite database.
List all tasks currently in the system.
Retrieve metrics and statistics about tasks.
Split a task into multiple subtasks.
Get all unique tag names used in tasks.
Get subtasks for a given parent task.
Mark a task as completed.