Skip to main content
Glama
package.json803 B
{ "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" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GongRzhe/REDIS-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server