dicedb-mcp

dicedb-mcp

4

DiceDB MCP is a server implementation supporting the Model Context Protocol, designed to enable seamless interactions between AI applications and the DiceDB database. It provides various tools for database operations and can be integrated with AI platforms like OpenAI Agents.

DiceDB MCP

A Model Context Protocol (MCP) server implementation for DiceDB to facilitate interactions between AI applications and DiceDB database servers using the DiceDB Go SDK.

Features

  • PING to test DiceDB connectivity.
  • ECHO message relay through DiceDB.
  • GET, SET, DEL, INCR, DECR operations on DiceDB.

Installation

  • Download binaries from the Releases page.
  • Install via Go with go install.
  • Build from source following the Development section.

Usage

  • Configure MCP for compatible hosts/clients.
  • Integrate with OpenAI Agents SDK.

Available Tools

  • ping, echo, get, set, del, incr, decr for interacting with DiceDB.

Development

  • Fork, clone, and build the project with Makefile commands.