
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
workflow-keeper
Advanced tools
Personal workflow and task management MCP server with Turso database integration
Personal workflow and task management MCP server for Claude Desktop with Turso database integration.
Add to your Claude Desktop config.
{
"mcpServers": {
"workflow-keeper": {
"command": "npx",
"args": ["-y", "workflow-keeper"],
"env": {
"TURSO_DATABASE_API_KEY": "your-token"
}
}
}
}
Turso Database API Key: Get your token from Turso
your-token with your actual API keyTransform your personal productivity with a complete workflow management system.
| Tool | Description |
|---|---|
setup_database | Initialize your personal Turso database |
create_project | Create a new project with initial tasks |
list_projects | View all projects with progress summaries |
get_project_tasks | Get detailed task list for a specific project |
| Tool | Description |
|---|---|
get_todo_list | View all pending and active tasks across projects |
start_task | Begin working on a specific task |
complete_task | Mark current task as done and auto-start next |
update_task | Update task details, notes, and progress |
get_current_work | See what you're currently working on |
| Tool | Description |
|---|---|
health_check | Record workflow milestones and decisions |
get_health_status | Review your recent activity history |
1. get_current_work → Check what you were working on yesterday
2. get_todo_list → Review your task pipeline
3. start_task → Begin working on priority tasks
4. health_check → Log important decisions or milestones
1. create_project → Start new project with initial task breakdown
2. start_task → Begin first task
3. complete_task → Finish task, auto-start next
4. get_project_tasks → Review progress anytime
5. list_projects → Check overall portfolio health
1. health_check → Record important decisions
2. get_health_status → Review your activity patterns
3. get_current_work → Maintain focus awareness
4. update_task → Add progress notes and details
The package will be automatically downloaded and cached when you use npx:
# Test installation
npx -y workflow-keeper --version
Or install globally.
npm install -g workflow-keeper
TURSO_DATABASE_API_KEY: Required - Your Turso API tokenThe MCP server automatically.
workflow-keeper-db in your Turso accountTURSO_DATABASE_API_KEY is set correctlyApache 2.0
Copyright 2025 efforthye
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
https://github.com/efforthye/workflow-keeper
Contributions are welcome! Please feel free to submit a Pull Request.
FAQs
Personal workflow and task management MCP server with Turso database integration
We found that workflow-keeper demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.