# amitte/redis-tools

> Read-only Redis surface — get_keys (SCAN), get_value, ttl, info. No SET / DEL / FLUSH tools.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/redis-tools

## Tags

- **Capabilities:** keys-scan, value-read, ttl-read, info
- **Domains:** databases, kv-store

## Evaluation

- **Adversarial score:** 92/100
- **Content score:** 78/100

## Endpoints

- **service-backed** `redis-tools` → https://mcp.amitte.com/v1/redis-tools/sse — Remote MCP server fronting Redis with an ACL-restricted read-only user. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `get_keys` — Read-only. Cursor-iterate keys via SCAN with a glob pattern. Hard cap 500 keys per call.
  - tool: `get_value` — Read-only. Read the value of a key, dispatching to GET / HGETALL / LRANGE / SMEMBERS / ZRANGE based on TYPE.
  - tool: `ttl` — Read-only. Return seconds until expiry; -1 for no expiry, -2 for missing key.
  - tool: `info` — Read-only. Run INFO and return a parsed section map.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/redis-tools" } }`
- Install via CLI: `amitte install amitte/redis-tools`
- HTML page: https://amitte.com/s/amitte/redis-tools

Last updated: 2026-06-08T18:15:30.592Z