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
Expose Valkey Admin capabilities as MCP tools so AI agents (Claude, Copilot, etc.) can programmatically interact with clusters.
Tools to expose:
Architecture:
Depends on: MCP SDK for Node.js