A task management system that implements the Model Context Protocol (MCP) for seamless integration with agentic AI tools, allowing AI agents to create, manage, and track tasks within plans using Valkey as the persistence layer.
task managementvalkeypersistenceai agentsplanscontext
Installation & Configuration
{
"mcpServers": {
"valkey-tasks": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"valkey-data:/data",
"-e",
"ENABLE_STDIO=true",
"ghcr.io/jbrinkman/valkey-ai-tasks:latest"
]
}
}
}Information
Transport
stdiossestreamable
Language
Go
Created
2025/6/15
Updated
2026/6/8