We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nicolas-One/redis-crud-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "redis-crud-server",
"version": "1.0.1",
"description": "Redis CRUD MCP 服务器 - 提供完整的 Redis 数据库操作工具",
"main": "build/index.js",
"bin": "build/index.js",
"type": "module",
"files": [
"build",
".env.example",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"watch": "tsc --watch",
"start": "node build/index.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/your-username/redis-crud-server"
},
"keywords": [
"redis",
"crud",
"mcp",
"database",
"cline",
"claude-code",
"model-context-protocol"
],
"author": "Your Name <your-email@example.com>",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"dotenv": "^16.3.1",
"redis": "^4.6.13"
},
"devDependencies": {
"typescript": "^5.3.0",
"@types/node": "^20.0.0"
}
}