dicedb-mcp

pottekkat/dicedb-mcp

3.3

If you are the rightful owner of dicedb-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

DiceDB MCP is a Model Context Protocol server implementation that facilitates interactions between AI applications and DiceDB database servers using the DiceDB Go SDK.

Tools

Functions exposed to the LLM to take actions

ping

Pings a DiceDB server to check connectivity.

echo

Echoes a message through the DiceDB server.

get

Retrieves a value from DiceDB by key.

set

Sets a key-value pair in DiceDB.

del

Deletes one or more keys from DiceDB.

incr

Increments the integer value of a key by one.

decr

Decrements the integer value of a key by one.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources