Back to Apps

DiceDB MCP
Supports UIby pottekkat
Model Context Protocol server for DiceDB, enabling AI to perform key-value operations on DiceDB databases.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Provides an MCP interface for DiceDB, allowing AI agents to interact with DiceDB database servers for high-performance key-value storage and retrieval.
Tools
ping: Checks connectivity to the DiceDB server.echo: Echoes a message through the server.get: Retrieves a value by key.set: Sets a key-value pair.del: Deletes one or more keys.incr: Increments an integer value.decr: Decrements an integer value.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"dicedb-mcp": {
"command": "path/to/dicedb-mcp"
}
}
}
Supported hosts
- Claude
- Cursor
Quick install
go install github.com/pottekkat/dicedb-mcp@latestInformation
- Pricing
- free
- Published
- 6/27/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add the dicedb-mcp command to your mcp.jsonClaude Desktop
Add the dicedb-mcp command to your claude_desktop_config.json





