RedisNexus
RedisNexus is an AI-powered operations intelligence platform that provides 16 enterprise-grade tools for managing Redis data, health monitoring, and cache strategy. It enables AI assistants to perform secure, multi-tenant Redis operations and real-time intelligence analysis within production-ready Kubernetes environments.
README
RedisNexus — AI-Powered Redis Operations Intelligence Platform
The world's first AI-native Redis MCP server + SaaS platform. Nobody has built this before.
What Is This?
RedisNexus is an enterprise-grade platform that makes Redis operations intelligent by combining:
- Redis MCP Server — 16 enterprise tools that let AI assistants (Claude, GPT, etc.) talk directly to Redis
- Multi-Tenant SaaS Dashboard — Real-time monitoring for all your Redis instances across products
- AI-Powered Intelligence — Cache strategy advisor, health scoring, anomaly detection
- Kubernetes-Native — Production-ready with HA, auto-scaling, backups, Prometheus alerts
Architecture
┌─────────────────────────────────────────────────────────┐
│ RedisNexus Platform │
├─────────────┬──────────────┬────────────┬───────────────┤
│ MCP Server │ Dashboard │ AI Engine │ Multi-Tenant │
│ (16 tools) │ (React SPA) │ (Advisor) │ (Isolation) │
├─────────────┴──────────────┴────────────┴───────────────┤
│ Redis 7.2 (Sentinel HA) │
│ Master → Replica 1 → Replica 2 │
├─────────────────────────────────────────────────────────┤
│ Kubernetes (K8s) │
│ HPA │ NetworkPolicy │ ServiceMonitor │ CronJob Backup │
└─────────────────────────────────────────────────────────┘
MCP Server — 16 Enterprise Tools
Core Data Operations
| Tool | Type | Description |
|---|---|---|
redis_get |
Read | Auto-detect type, retrieve any key with metadata |
redis_set |
Write | SET with TTL, NX/XX flags for distributed locks |
redis_hash_set |
Write | Atomic multi-field hash operations |
redis_hash_get |
Read | Selective hash field retrieval |
redis_list_push |
Write | LPUSH/RPUSH for queue/stack patterns |
redis_list_range |
Read | Range queries on lists |
redis_sorted_set_add |
Write | Scored members for leaderboards |
redis_sorted_set_range |
Read | Rank-based range queries |
redis_stream_add |
Write | Append to streams with MAXLEN |
redis_stream_read |
Read | Read stream entries by ID range |
redis_publish |
Write | Pub/Sub channel publishing |
Operations & Intelligence
| Tool | Type | Description |
|---|---|---|
redis_scan_keys |
Read | Production-safe SCAN (never KEYS) |
redis_pipeline_execute |
Write | Batch 50+ commands atomically |
redis_health_check |
Intel | AI-scored health analysis with recommendations |
redis_key_analysis |
Intel | Keyspace pattern & memory profiling |
redis_cache_strategy |
Intel | AI advisor for caching architecture |
redis_tenant_ops |
Intel | Multi-tenant isolation & management |
redis_server_info |
Read | Comprehensive server metrics |
redis_delete |
Write | Safe deletion with confirmation gate |
Quick Start
1. Local Development (stdio)
cd redis_nexus_mcp/
pip install -r requirements.txt
python redis_mcp_server.py
2. HTTP Server (remote/production)
python redis_mcp_server.py --http --port=8000
3. Docker
docker build -t santhira/redis-nexus-mcp .
docker run -p 8000:8000 \
-e REDIS_URL=redis://your-redis:6379 \
santhira/redis-nexus-mcp
4. Kubernetes (Production)
# Deploy entire stack
kubectl apply -f k8s/redis-nexus-full.yaml
# Verify
kubectl get pods -n redis-nexus
kubectl logs -f deployment/redis-nexus-mcp -n redis-nexus
Multi-Tenant SaaS Architecture
RedisNexus supports multiple products sharing the same Redis infrastructure with isolation:
tenant:finspot:* → Finspot Trading (NOREN)
tenant:linkedeye:* → LinkedEye ITSM
tenant:voicelead:* → VoiceLead AI
tenant:clinicvoice:* → ClinicVoice AI
tenant:hrassist:* → HRAssist AI
Each tenant gets:
- Key isolation via prefix-based namespacing
- Usage tracking (API calls, memory, key count)
- Resource limits (max keys, max memory, rate limiting)
- Independent health monitoring
AI Intelligence Features
Cache Strategy Advisor
Use case: "trading API price cache for NOREN"
→ Recommends: Cache-aside with 1-5s TTL
→ Suggests: Sorted Sets for rankings, Streams for audit
→ Warns: Enable stampede prevention with SETNX locks
Health Check Scoring
Health Score: 87/100
🟡 WARNING: Memory at 82% — plan capacity increase
🟡 WARNING: 3 slow queries detected (>10ms)
✅ Cache hit rate: 94.2% (healthy)
✅ Replication: 2 replicas connected
Production Checklist
- [x] Redis 7.2 with Sentinel HA (auto-failover)
- [x] AOF + RDB persistence (dual durability)
- [x] Prometheus metrics + Grafana dashboard
- [x] PrometheusRule alerts (memory, latency, replication)
- [x] HPA auto-scaling (2-10 replicas)
- [x] NetworkPolicy (namespace isolation)
- [x] CronJob backups (every 6 hours)
- [x] TLS termination via Ingress
- [x] Rate limiting (100 req/min)
- [x] Non-root container execution
- [x] Health checks (readiness + liveness)
Files
redis_nexus_mcp/
├── redis_mcp_server.py # MCP Server (16 enterprise tools)
├── requirements.txt # Python dependencies
├── Dockerfile # Production container
├── k8s/
│ └── redis-nexus-full.yaml # Complete K8s deployment
└── README.md # This file
RedisNexus_Dashboard.jsx # React SaaS Dashboard (artifact)
Built By
Santhira (Rajkumar Madhu) — Founder & CTO Self-hosted, cost-effective, enterprise-grade.
RedisNexus: Because your Redis deserves intelligence, not just commands.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。