Skip to content

Add MCP (Model Context Protocol) server #475

Description

@ravjotbrar

Expose Valkey Admin capabilities as MCP tools so AI agents (Claude, Copilot, etc.) can programmatically interact with clusters.

Tools to expose:

  • Connect/disconnect to a cluster
  • Get cluster topology
  • Scan big keys / hot keys
  • Query command logs (slowlog/commandlog)
  • Send commands
  • Get node metrics (memory, CPU, ops/sec)

Architecture:

  • Node.js MCP server that reuses existing server-side action logic
  • Auth: determine how agents authenticate to the MCP server and pass Valkey credentials
  • Can run alongside the existing server or as a standalone process

Depends on: MCP SDK for Node.js

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions