待办事项与更新日志管理器
STDIO管理待办事项和更新日志的MCP服务器
管理待办事项和更新日志的MCP服务器
Model Context Protocol (MCP) server for managing TODO.md and CHANGELOG.md files.
go install codeberg.org/mutker/mcp-todo-server/cmd/mcp-todo-server@latest
The server intelligently handles task parsing, version management, and provides rich semantic understanding of tasks and changelog entries.
get-todo-tasks
- Get all tasks from TODO.mdget-todo-tasks-by-version
- Get tasks for a specific versionadd-todo-task
- Add a new task for a specific versionupdate-todo-task
- Update an existing taskadd-todo-version
- Add a new version sectionimport-todo
- Import and format an existing TODO.mdget-changelog
- Get all changelog entriesget-changelog-by-version
- Get changelog entries for a specific versionadd-changelog-entry
- Add a new changelog version entryupdate-changelog-entry
- Update an existing changelog entryimport-changelog
- Import and format an existing CHANGELOG.mdgenerate-changelog-from-todo
- Generate a new CHANGELOG.md entry based on completed tasks in TODO.mdThis project is licensed under the MIT License. See LICENSE for the full license text.