Skip to main content
Glama

Redis MCP Server

by farhankaz
package.json1.14 kB
{ "name": "redis-mcp", "version": "0.0.4", "type": "module", "main": "dist/redis_server.js", "bin": { "redis-mcp": "dist/redis_server.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('dist/redis_server.js', '755')\"", "start": "node dist/redis_server.js", "dev": "NODE_OPTIONS=\"--loader ts-node/esm\" node src/redis_server.ts", "test": "NODE_OPTIONS=--experimental-vm-modules jest", "prepublishOnly": "npm run build" }, "author": "fahrankaz", "license": "ISC", "description": "Redis MCP server providing tools and resources for interacting with Redis databases through the Model Context Protocol", "repository": { "type": "git", "url": "https://github.com/farhankaz/redis-mcp" }, "keywords": [ "mcp", "redis", "database", "cli" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "mcp-evals": "^1.0.18", "redis": "^4.6.12" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^20.10.6", "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }

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/farhankaz/redis-mcp'

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