DiceDB
Createdpottekkat
Enables AI applications to interact with DiceDB databases via the Model Context Protocol (MCP).
About
DiceDB provides a Model Context Protocol (MCP) server implementation, allowing AI applications to seamlessly interact with DiceDB databases. Utilizing the DiceDB Go SDK, it offers essential functionalities like pinging the server, echoing messages, retrieving, setting, and deleting key-value pairs, as well as incrementing and decrementing integer values stored under specific keys. This server bridges the gap between AI agents and your DiceDB data, facilitating efficient data management and real-time interactions.
Key Features
- PING DiceDB for connectivity checks
- ECHO messages through DiceDB
- SET key-value pairs in DiceDB
- 1 GitHub stars
- GET values from DiceDB by key
- INCR/DECR integer values of keys
Use Cases
- Enabling AI agents to manage and retrieve data from DiceDB
- Integrating DiceDB with Claude Desktop or Cursor using MCP
- Using with the OpenAI Agents SDK for database interaction