About
Overview
The KeyDB MCP Server enables AI agents to work with KeyDB, a high-performance fork of Redis with multi-threading support. It provides all Redis-compatible commands plus KeyDB-specific features.
Capabilities
Tools & Capabilities
⚡get
Get a value by key
⚡set
Set a key-value pair
⚡list_keys
List keys matching a pattern
Setup
Installation
bash
Install
npx -y @nicepkg/mcp-server-keydbExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"keydb": {
"command": "npx",
"args": ["-y", "@nicepkg/mcp-server-keydb"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 25
Last UpdatedFeb 12, 2026