About
Overview
The Valkey MCP Server provides tools for working with Valkey, the Linux Foundation's open-source fork of Redis. It supports all standard key-value operations, data structures, and pub/sub messaging that are compatible with Redis, providing a fully open-source alternative for caching and data management.
Capabilities
Tools & Capabilities
⚡get
Get the value of a key
⚡set
Set a key-value pair
⚡del
Delete one or more keys
⚡keys
Find keys matching a pattern
⚡info
Get server information
Setup
Installation
bash
Install
npx -y mcp-server-valkeyExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"valkey": {
"command": "npx",
"args": ["-y", "mcp-server-valkey"],
"env": {
"VALKEY_URL": "valkey://localhost:6379"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusBeta
Stars★ 55
Last UpdatedFeb 12, 2026