任务助手
用于软件项目中分层任务跟踪的MCP服务器和CLI。任务存储在SQLite中,并使用以下命令自动同步到不同的文本文件进行版本控制 simonw/sqlite可区分.
需求
快速启动
MCP服务器
将此条目添加到MCP服务器设置文件中:
{
"mcpServers": {
"taskhelper": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/mvkvc/taskhelper.git",
"taskhelper-mcp",
"--root=."
]
}
}
}命令行界面
直接与 uvx:
uvx --from git+https://github.com/mvkvc/taskhelper.git taskhelper [command]或安装为 uv 工具:
uv tool install --from git+https://github.com/mvkvc/taskhelper.git taskhelper安装后,您可以运行:
taskhelper [command]