Tasks
Provides task management capabilities across Markdown, JSON, and YAML files with tools for creating, searching, updating, and summarizing tasks while automatically managing work-in-progress status transitions.
8 stars
0 tools
Created Aug 2025
@flesler/flesler-tasksAbout
Provides task management capabilities across Markdown, JSON, and YAML files with tools for creating, searching, updating, and summarizing tasks while automatically managing work-in-progress status transitions.
Categories
general
Installation
npm
npm install @flesler/flesler-tasks
Configuration
{
"mcpServers": {
"flesler-tasks": {
"command": "npx",
"args": [
"-y",
"@flesler/flesler-tasks"
]
}
}
}