Redis

MIT License
73
17
  • Apple
  • Linux
{ "name": "@gongrzhe/server-redis-mcp", "version": "1.0.0", "main": "build/index.js", "type": "module", "bin": { "redis": "./build/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepublishOnly": "npm run build" }, "files": [ "build" ], "keywords": [ "redis", "cache", "database", "mcp", "model-context-protocol" ], "author": "gongrzhe", "license": "ISC", "description": "A Redis Model Context Protocol (MCP) server implementation for interacting with Redis databases", "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.2" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "@types/redis": "^4.0.10", "redis": "^4.7.0" } }