A task management system that implements the Model Context Protocol (MCP) for seamless integration with agentic AI tools. This system allows AI agents to create, manage, and track tasks within plans using Valkey as the persistence layer.
Status
Location
United States
Version
1.0.0
License
BSD 3-Clause License
Author
modelcontextprotocol
https://github.com/jbrinkman/valkey-ai-tasks?tab=readme-ov-file#quick-start
{ "mcpServers": { "valkey-tasks": { "command": "docker", "args": [ "run", "-i", "--rm", "-v", "valkey-data:/data" "-e", "ENABLE_STDIO=true", "ghcr.io/jbrinkman/valkey-ai-tasks:latest" ] } } }
Create plan