DiceDB MCPServer

pottekkat
GitHub
DatabaseAI IntegrationMCP Protocol

Loading subscription status...

💡 Description

An MCP server implementation for DiceDB that allows interactions between AI applications and DiceDB database servers. It utilizes the DiceDB Go SDK for communication.

📝 JSON Entries

{
  "mcpServers": [
    {
      "dicedb-mcp": {
        "args": [],
        "command": "path/to/dicedb-mcp"
      }
    }
  ]
}

🛠️ Tools

pingechogetsetdelincrdecr

Features

  • Check connectivity to DiceDB
  • Send messages to DiceDB
  • Retrieve values from DiceDB
  • Store key-value pairs in DiceDB
  • Delete keys from DiceDB
  • Increment values in DiceDB
  • Decrement values in DiceDB

💬 Example Queries

  • PING 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
  • INCR the integer value of a key by one
  • DECR the integer value of a key by one