valkey-ai-tasks

jbrinkman/valkey-ai-tasks
★ 25 stars Go 📦 Other Updated 2mo ago
MCP server for task management with Valkey persistence
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "valkey-ai-tasks": {
      "command": "go",
      "args": [
        "run",
        "github.com/jbrinkman/valkey-ai-tasks@latest"
      ]
    }
  }
}