dicedb-mcp
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.
DiceDB MCP is a server implementation designed to enable seamless communication between AI applications and DiceDB database servers. Utilizing the DiceDB Go SDK, this implementation allows for efficient data operations such as retrieving, setting, and deleting key-value pairs within the DiceDB environment. The server supports a range of commands that facilitate database management and interaction, making it a versatile tool for developers working with AI and database integrations. The server can be installed via Go or by downloading a binary, and it is compatible with various platforms, including OpenAI Agents SDK and MCP Hosts/Clients.
Features
- PING DiceDB to check connectivity.
- ECHO a message through DiceDB.
- GET a value from DiceDB by key.
- SET a key-value pair in DiceDB.
- DEL one or more keys from DiceDB.
Tools
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.