DeltaTaskServer

brysontang
GitHub
task managementObsidian integrationlocal server

Loading subscription status...

πŸ’‘ Description

DeltaTask is a powerful locally-hosted task management application with Obsidian integration and an MCP (Model Context Protocol) server, offering smart task management features such as urgency levels, effort estimates, task decomposition, and bi-directional syncing with markdown files.

πŸ“ JSON Entries

{
  "mcpServers": [
    {
      "deltatask": {
        "args": [
          "--directory",
          "/ABSOLUTE/PATH/TO/DeltaTask",
          "run",
          "server.py"
        ],
        "command": "uv"
      }
    }
  ]
}

πŸ› οΈ Tools

list_tasksupdate_taskget_statisticssearch_taskscreate_taskcreate_subtasksget_task_by_iddelete_task

⚑ Features

  • Smart task management with urgency and effort estimation
  • Automatic task sorting based on urgency and effort
  • Task decomposition into manageable subtasks
  • Custom tagging system for task organization
  • Local data storage in a SQLite database
  • Bi-directional sync with Obsidian markdown files
  • Full API access via MCP server

πŸ’¬ Example Queries

  • Retrieve a task by its ID
  • Search for tasks using keywords or tags
  • Create a new task