UNPKG

@mcpflow.io/mcp-redis

Version:

A model context protocol server that provides access to a Redis database. This server enables large language models to interact with a Redis key-value store through a set of standardized tools.

43 lines 1.28 kB
{ "name": "@mcpflow.io/mcp-redis", "version": "1.0.2", "description": "A model context protocol server that provides access to a Redis database. This server enables large language models to interact with a Redis key-value store through a set of standardized tools.", "license": "MIT License", "author": "Anthropic, PBC (https://anthropic.com)", "homepage": "https://modelcontextprotocol.io", "bugs": "https://github.com/modelcontextprotocol/servers/issues", "type": "module", "bin": { "redis": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && shx chmod +x build/*.js", "prepare": "npm run build", "watch": "tsc --watch", "start": "node index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "@types/node": "^22.10.2", "@types/redis": "^4.0.10", "redis": "^4.7.0" }, "devDependencies": { "shx": "^0.3.4", "typescript": "^5.7.2" }, "mcpflow": { "originalName": "@modelcontextprotocol/server-redis", "mcpId": "02a0d654-6474-499a-aaec-11c100372cf9", "developer": "modelcontextprotocol", "gitRepo": "https://github.com/modelcontextprotocol/servers/tree/main/src/redis", "callType": "CLI" }, "keywords": [ "mcpflow", "mcp" ] }