PomoDash

PomoDash

Connect your AI assistant to PomoDash for seamless task and project management.

263

14 Tools

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

PomoDash MCP Server

Connect your AI assistant to PomoDash for seamless task and project management.

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/pomodash
AuthorDannyyTv
Repositoryhttps://github.com/dannyytv/pomodash-mcp-server
Dockerfilehttps://github.com/dannyytv/pomodash-mcp-server/blob/main/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/pomodash --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (14)

Tools provided by this ServerShort Description
create_categoryCreate a new category or project
create_noteCreate a new note in PomoDash
create_note_for_projectCreate a note linked to a specific project
create_note_for_taskCreate a note linked to a specific task
create_taskCreate a new task in PomoDash
create_task_for_projectCreate a task linked to a specific project
delete_noteDelete a note
delete_taskDelete a task
list_categoriesList all categories and projects
list_note_referencesList available tasks and projects for note linking
list_notesList all notes
list_tasksList all tasks
update_noteUpdate an existing note
update_taskUpdate an existing task

Tools Details

Tool: create_category

Create a new category or project

ParametersTypeDescription
namestringCategory/Project name (required)
colorstringoptionalCategory color (default: #3b82f6)
is_projectbooleanoptionalWhether this is a project (default: false)

Tool: create_note

Create a new note in PomoDash

ParametersTypeDescription
contentstringNote content (required)
reference_idstringoptionalReference ID (default: general)
reference_typestringoptionalType of reference (default: general)

Tool: create_note_for_project

Create a note linked to a specific project

ParametersTypeDescription
contentstringNote content (required)
project_idstringID of the project to link the note to (required)

Tool: create_note_for_task

Create a note linked to a specific task

ParametersTypeDescription
contentstringNote content (required)
task_idstringID of the task to link the note to (required)

Tool: create_task

Create a new task in PomoDash

ParametersTypeDescription
titlestringTask title (required)
descriptionstringoptionalTask description (optional)
due_datestringoptionalDue date in ISO format (optional)
end_timestringoptionalEnd time for timeboxing (optional)
prioritystringoptionalTask priority (default: medium)
start_timestringoptionalStart time for timeboxing (optional)

Tool: create_task_for_project

Create a task linked to a specific project

ParametersTypeDescription
project_idstringProject ID to link task to (required)
titlestringTask title (required)
descriptionstringoptionalTask description (optional)
due_datestringoptionalDue date in ISO format (optional)
prioritystringoptionalTask priority (optional)

Tool: delete_note

Delete a note

ParametersTypeDescription
note_idstringNote ID to delete (required)

Tool: delete_task

Delete a task

ParametersTypeDescription
task_idstringTask ID to delete (required)

Tool: list_categories

List all categories and projects

Tool: list_note_references

List available tasks and projects for note linking

Tool: list_notes

List all notes

Tool: list_tasks

List all tasks

Tool: update_note

Update an existing note

ParametersTypeDescription
note_idstringNote ID to update (required)
contentstringoptionalNew note content (optional)

Tool: update_task

Update an existing task

ParametersTypeDescription
task_idstringTask ID to update (required)
descriptionstringoptionalNew task description (optional)
prioritystringoptionalNew task priority (optional)
statusstringoptionalNew task status (optional)
titlestringoptionalNew task title (optional)

Use this MCP Server

{
  "mcpServers": {
    "pomodash": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "POMODASH_API_URL",
        "-e",
        "POMODASH_API_KEY",
        "mcp/pomodash"
      ],
      "env": {
        "POMODASH_API_URL": "https://mcp.pomodash.mindsnapz.de",
        "POMODASH_API_KEY": "pmk_abc123your_real_key_here"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers