Valkey MCP Task Management Server
Active
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.
Updated 8/2/2025
Key Features
What makes this MCP server special
Plan management
Task management
Task ordering and prioritization
Status tracking for tasks
Notes support with Markdown
MCP server for AI agent integration
Supports STDIO
SSE and Streamable HTTP transport protocols
Docker container support
Requirements
UVX
Server Information
Status
Active
Version
1.0.0
License
BSD 3-Clause License
Author
modelcontextprotocol
Installation Guide
Get started with this MCP server in minutes
1. Install the Package
https://github.com/jbrinkman/valkey-ai-tasks?tab=readme-ov-file#quick-start
2. 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"
]
}
}
}
3. Usage Example
Create plan