{ "name": "@yawlabs/redis-mcp", "version": "0.5.1", "mcpName": "io.github.YawLabs/redis-mcp", "description": "Redis and Valkey MCP server, read-only by default: SCAN key exploration, TTL/memory inspection, slowlog, health, and a DBA advisor.", "license": "MIT", "author": "YawLabs ", "repository": { "type": "git", "url": "git+https://github.com/YawLabs/redis-mcp.git" }, "bugs": { "url": "https://github.com/YawLabs/redis-mcp/issues" }, "keywords": [ "redis", "valkey", "cache", "database", "mcp", "mcp-server", "model-context-protocol", "ai", "agent", "claude", "claude-code", "cursor", "llm", "scan", "slowlog", "keyspace", "dba", "health-check", "ai-agents" ], "type": "module", "main": "dist/index.js", "bin": { "redis-mcp": "bin/redis-mcp.mjs" }, "files": [ "bin/redis-mcp.mjs", "dist/index.js", "dist/index.js.map", "LICENSE", "README.md", "CHANGELOG.md" ], "scripts": { "build": "node scripts/clean-dist.mjs && tsc && node build.mjs", "dev": "tsc --watch", "start": "node dist/index.js", "test": "npm run build && node scripts/run-tests.mjs dist", "test:ci": "npm run test", "test:integration": "npm run build && node scripts/run-tests.mjs dist --integration", "lint": "node scripts/lint.mjs check src/", "lint:fix": "node scripts/lint.mjs check --write src/", "prepublishOnly": "npm run build" }, "devDependencies": { "@biomejs/biome": "^2.4.12", "@modelcontextprotocol/sdk": "^1.30.0", "@types/node": "^25.6.0", "esbuild": "^0.28.0", "ioredis": "^5.11.0", "postject": "^1.0.0-alpha.6", "typescript": "^6.0.3", "zod": "^4.3.6" }, "engines": { "node": ">=20" }, "homepage": "https://yaw.sh/mcp-servers/redis-mcp/" }