taskflow-mcp-server

m2ai-portfolio/taskflow-mcp-server
★ 0 stars Python Code/Dev Tools Updated 3d ago
TaskFlow MCP Server provides durable task management for long-running workflows, ensuring tasks can span multiple sessions and survive interruptions, all with a lightweight and easy-to-use CLI.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "taskflow-mcp-server": {
      "command": "uvx",
      "args": [
        "taskflow-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install taskflow-mcp-server

README Excerpt

<p align="center"> <img src="assets/infographic.png" alt="TaskFlow MCP Server" width="800"> </p> <h3 align="center">A lightweight MCP server that provides durable task primitives: create, update, pause/resume, and query long-running workflows. State is persisted in a local SQLite backend and can be resumed across agent restarts, enabling multi-day agentic projects with checkpoints.</h3>

Topics

agent-developersclicode-automationlong-running-tasksmulti-sessionpythonshowcasestate-persistencetask-managementworkflows