Skip to content

Commit cbbd9cc

Browse files
DannyyTvdannyytvclaude
authored
Add PomoDash MCP Server (github#189)
* Add PomoDash MCP Server Productivity app integration for AI-powered task management * 🔧 Fix Docker MCP Registry validation issues - Fix environment variable prefixes: POMODASH_API_KEY → pomodash.POMODASH_API_KEY - Fix environment variable prefixes: POMODASH_API_URL → pomodash.POMODASH_API_URL - Update icon path to local file (./icon-512.png) - Add missing metadata fields (author, capabilities, requirements, etc.) - Resolve YAML syntax issues for validation compliance 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * Update server.yaml * fixed local node rewrites --------- Co-authored-by: dannyytv <[email protected]> Co-authored-by: Claude <[email protected]>
1 parent ae7bbc6 commit cbbd9cc

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

servers/pomodash/server.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: pomodash
2+
type: server
3+
image: mcp/pomodash
4+
5+
meta:
6+
category: productivity
7+
tags:
8+
- tasks
9+
- productivity
10+
- pomodoro
11+
- notes
12+
- projects
13+
- planning
14+
15+
about:
16+
title: PomoDash
17+
description: "Connect your AI assistant to PomoDash for seamless task and project management"
18+
icon: https://mindsnapz.de/wp-content/uploads/2025/09/PomoDash-Logo-512-x-512-px.png
19+
20+
source:
21+
project: https://github.com/dannyytv/pomodash-mcp-server
22+
23+
24+
config:
25+
description: Configure your PomoDash API access
26+
secrets:
27+
- name: pomodash.api_key
28+
env: POMODASH_API_KEY
29+
example: pmk_abc123your_real_key_here
30+
env:
31+
- name: POMODASH_API_URL
32+
example: https://mcp.pomodash.mindsnapz.de
33+
value: https://mcp.pomodash.mindsnapz.de

0 commit comments

Comments
 (0)