mcp-durable-tasks

AndresSaa/mcp-durable-tasks
★ 0 stars TypeScript Memory/Knowledge Updated 5d ago
Durable task state machine for the MCP Tasks extension (io.modelcontextprotocol/tasks, SEP-2663). A zero-dependency TypeScript library you import into an MCP server — not a to-do manager.
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": {
    "mcp-durable-tasks": {
      "command": "npx",
      "args": [
        "-y",
        "AndresSaa/mcp-durable-tasks"
      ]
    }
  }
}

README Excerpt

**A durable task state machine for the MCP Tasks extension (`io.modelcontextprotocol/tasks`, SEP-2663).** Pure TypeScript, with zero runtime dependencies on its main entry point. Its one job is to hold a long-running operation's state; with `WalTaskStore`, state already confirmed by the application remains available to `tasks/get` after the connection or the

Tools (2)

WalTaskStoreinstanceof

Topics

crash-recoverydurablemcpmcp-extensionmodel-context-protocolsep-2663state-machinetask-storetaskstypescriptwrite-ahead-logzero-dependency