RedisNexus

169 tools. 83 can modify or destroy data without limits.

22 destructive tools with no built-in limits. Policy required.

Last updated:

83 can modify or destroy data
86 read-only
169 tools total

Community server · catalogue entry verified 03/07/2026

How to control RedisNexus ↓

What RedisNexus exposes to your agents

Read (86) Write / Execute (61) Destructive / Financial (22)
Critical Risk

The most dangerous RedisNexus tools

83 of RedisNexus's 169 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control RedisNexus

PolicyLayer is an MCP gateway — it sits between your AI agents and RedisNexus, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "argocd_apps": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "argocd_projects": {
    "limits": [
      {
        "counter": "argocd_projects_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "argocd_clusters": {
    "limits": [
      {
        "counter": "argocd_clusters_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register RedisNexus — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON REDISNEXUS →

Instant setup, no code required.

All 169 RedisNexus tools

DESTRUCTIVE 22 tools
Destructive argocd_apps Manage ArgoCD applications: list, get, sync, diff, history, rollback, delete. Destructive argocd_repos Manage ArgoCD repositories: list, add, remove. Destructive aws_s3 Manage S3 buckets: list, browse objects, check size, create, delete. Destructive az_vm Manage Azure Virtual Machines — list, show, start, stop, deallocate, restart, delete. Destructive docker_images Manage Docker images: list, pull, remove, inspect, prune unused, view history. Destructive docker_networks Manage Docker networks: list, create, inspect, remove. Destructive docker_system Docker system info, disk usage, and system prune. Destructive docker_volumes Manage Docker volumes: list, create, inspect, remove, prune unused. Destructive es_document Index, get, update, delete individual documents or bulk index. Destructive es_index Manage Elasticsearch indexes: list, create, delete, stats, mappings. Destructive gcp_compute Manage GCP Compute Engine — list, describe, start, stop, delete instances, list disks. Destructive gcp_storage Manage Google Cloud Storage — list buckets, objects, create/delete buckets. Destructive gh_releases Manage GitHub releases: list, view, create, delete. Destructive git_branch Manage git branches: create, delete, checkout, merge, rebase. Destructive glab_releases Manage GitLab releases: list, view, create, delete. Destructive k8s_namespaces Manage Kubernetes namespaces: list, create, delete, describe. Destructive mongo_collection Manage collections: list, create, drop, stats, indexes, schema analysis. Destructive mongo_databases List, inspect, or drop MongoDB databases. Destructive redis_delete Delete one or more Redis keys. Requires explicit confirmation (confirm=True). Destructive rmq_queue_delete Delete a queue entirely or purge all its messages. Requires confirmation. Destructive vault_pki Manage PKI certificates: issue, list, revoke, and view CA info. Destructive vault_secret Manage Vault secrets: read, write, delete, list. Supports KV v2 secrets engine.
EXECUTE 23 tools
Execute argocd_sync Sync an ArgoCD application with fine-grained control: prune, dry-run, force. Execute aws_ec2 Manage EC2 instances: list, describe, start, stop, terminate, security groups. Execute aws_lambda Manage Lambda functions: list, describe, invoke, view logs. Execute docker_container_action Perform actions on containers: start, stop, restart, pause, kill, remove, inspect, top, stats. Execute gh_actions Manage GitHub Actions: list runs, view run details, trigger, cancel, rerun, view logs. Execute glab_pipelines Manage GitLab CI/CD pipelines: list, view, trigger, cancel, retry, delete. Execute k8s_apply Apply a YAML manifest to the cluster. Supports dry_run mode for safe preview. Execute k8s_deployment Manage Kubernetes deployments: inspect, scale, restart, rollback. Execute k8s_exec Execute a command inside a running pod container. Execute k8s_helm Manage Helm releases: list, install, upgrade, uninstall, status, history, rollback. Execute k8s_nodes List cluster nodes with status, capacity, and resource usage. Cordon/uncordon/drain nodes. Execute kafka_produce Produce messages to a Kafka topic with optional key, headers, and partition. Execute nginx_ssl_manage SSL certificate management: generate self-signed, certbot commands, check expiry. Execute nginx_test_config Test Nginx configuration syntax without applying. Execute pg_connections Manage PostgreSQL connections: list active, kill idle, view stats. Execute pg_query Execute a SQL query against PostgreSQL. Supports SELECT, INSERT, UPDATE, DELETE. Execute prom_query Execute instant or range PromQL queries against Prometheus. Execute redis_pipeline_execute Execute multiple Redis commands in a single pipeline for maximum performance. Execute rmq_consume rmq_consume Execute sys_cron Manage cron jobs: list, add, remove, and AI-generate cron expressions. Execute sys_service Manage systemd services: list, status, start, stop, restart, enable, disable, logs. Execute tf_apply Apply Terraform changes. Requires confirmation. Execute tf_plan Run terraform plan to preview infrastructure changes.
WRITE 38 tools
Write argocd_projects Manage ArgoCD projects: list, get details, create. Write aws_eks Inspect EKS clusters: list, describe, nodegroups, update kubeconfig. Write az_storage Manage Azure Storage — accounts, containers, blobs. Write gcp_gke Manage Google Kubernetes Engine — list clusters, describe, get credentials, nodepools. Write gh_issues Manage GitHub issues: list, view, create, close, reopen, comment, edit. Write gh_pull_requests Manage pull requests: list, view, create, merge, close, reopen, review, diff, checks. Write gh_repos Manage GitHub repositories: list, view, create, clone, fork. Write git_cicd_generate Generate production-ready CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins, or Bitbucket. Write git_commit_msg_generate AI-generated commit message based on staged changes. Write git_hook_generate Generate git hooks for pre-commit, commit-msg, pre-push quality gates. Write glab_issues Manage GitLab issues: list, view, create, close, reopen, comment. Write glab_merge_requests Manage GitLab merge requests: list, view, create, merge, close, reopen, approve, diff. Write glab_projects Manage GitLab projects: list, view, create, fork. Write jira_issues Manage Jira issues: search by JQL, view details, create, update, transition status, add comments, and assign. Write kafka_topic_create Create a Kafka topic with configurable partitions, replication, retention, and cleanup policy. Write nginx_config_generate Generate production-ready Nginx configuration with load balancing, SSL, rate limiting, Write prom_alert_rule_generate Generate PrometheusRule YAML for common alert patterns. Write prom_dashboard_generate Generate PromQL queries for a Grafana dashboard based on service type. Write redis_hash_set Set multiple fields in a Redis Hash. Hashes are ideal for storing structured Write redis_list_push Push values to a Redis List. Use 'left' for LPUSH (stack/queue head) Write redis_publish Publish a message to a Redis Pub/Sub channel. Subscribers listening on Write redis_set redis_set Write redis_sorted_set_add Add members with scores to a Redis Sorted Set. Ideal for leaderboards, Write redis_stream_add Add an entry to a Redis Stream. Streams are append-only logs ideal for Write redis_tenant_ops Multi-tenant Redis operations for SaaS platforms. Manages per-tenant Write rmq_binding_create rmq_binding_create Write rmq_dead_letter Manage dead letter queues (DLQ). Set up DLQ infrastructure, inspect Write rmq_exchange_create Create a new exchange. Types: direct (exact routing key match), fanout (broadcast), Write rmq_policy_set Create or update a RabbitMQ policy. Policies apply configurations to Write rmq_publish Publish a message to an exchange with routing key. The exchange routes Write rmq_queue_create Create a new RabbitMQ queue with configurable durability, TTL, max-length, Write rmq_vhost_manage Manage RabbitMQ virtual hosts for multi-tenant isolation. Write sys_process Manage processes: list top consumers, find by name, kill by PID. Write tf_module_generate Generate production-ready Terraform modules for common AWS resources. Write tf_workspaces Manage Terraform workspaces: list, create, select. Write vault_auth Manage Vault authentication methods: list, enable, disable. Write vault_policy Manage Vault policies. AI can generate least-privilege policies for services. Write vault_rotate_secret Rotate a secret by writing new values. Creates a new version in KV v2.
READ 86 tools
Read argocd_clusters Inspect ArgoCD managed clusters: list and get details. Read argocd_health_check Comprehensive ArgoCD health check: app sync status, health, auto-sync config, degraded apps. Read aws_cost AWS Cost Explorer: daily, monthly, and by-service cost breakdowns. Read aws_health_check AWS health check: 100-point scoring across EC2, S3, IAM MFA, and cost trends. Read aws_iam Inspect IAM: users, roles, policies with MFA status. Read az_aks Manage Azure Kubernetes Service — list, show, get credentials, nodepool listing. Read az_health_check Azure health check — VM status, resource count, alerts summary. Returns a 100-point score. Read az_monitor Azure Monitor — alerts, metrics, activity log. Read az_network List Azure networking resources — VNets, NSGs, public IPs, load balancers. Read az_resources List and inspect Azure resources and resource groups. Read docker_containers List Docker containers with status, ports, CPU/memory usage, and uptime. Read docker_health_check Comprehensive Docker host health check. Checks containers, disk usage, restarts, network issues. Read docker_logs Get container logs with tail and time filters. Read es_cluster_health Comprehensive Elasticsearch cluster health check. Read es_log_analysis Analyze logs: error patterns, frequency, top sources, timeline. Read es_search Search Elasticsearch with query string or full Query DSL. Supports aggregations. Read gcp_billing GCP Billing — summary and by-service cost breakdown via BigQuery billing export. Read gcp_health_check GCP health check — instance status, GKE health, billing alerts. Returns a 100-point score. Read gcp_iam GCP IAM — list service accounts, roles, get project IAM policy. Read gcp_network GCP Networking — VPCs, firewall rules, addresses, forwarding rules. Read gh_health_check Comprehensive repository health check: activity, CI status, PR hygiene, issue triage, release cadence. Read gh_search Search GitHub: repos, code, issues, PRs, commits. Read git_analysis Analyze git repository: contributor stats, activity patterns, file hotspots, branch health. Read git_repo Inspect git repository: status, log, diff, branches, remotes, tags. Read glab_health_check Comprehensive GitLab repository health check: CI status, MR hygiene, issue triage, release cadence. Read jira_boards List and view Jira agile boards by type (scrum, kanban, simple). Read jira_health_check AI-powered 100-point project health score: analyses unresolved bugs, stale issues, sprint velocity, and unassi Read jira_projects Browse Jira projects: list all, view details, list components or versions. Read jira_sprints Manage sprints: list boards, view active sprints, backlog, and sprint issues via Jira Agile API. Read jira_users Search Jira users or view the authenticated user's profile. Read k8s_cluster_health Comprehensive Kubernetes cluster health check. Checks nodes, pods, deployments, resource pressure. Read k8s_events View Kubernetes events. Filter by namespace and field selectors (e.g., type=Warning). Read k8s_logs Get logs from a pod/container. Supports tail lines and previous container logs. Read k8s_network_policies Inspect Kubernetes network policies: list and describe. Read k8s_pods List pods with status, restarts, age, node, and resource usage. Read k8s_rbac Inspect RBAC: roles, cluster roles, bindings. Understand who has access to what. Read k8s_resources Inspect any Kubernetes resource: ConfigMaps, Secrets, PVCs, Ingress, HPA, Jobs, CronJobs, StatefulSets, Daemon Read k8s_services List Kubernetes services with type, cluster IP, external IP, and ports. Read kafka_consume Consume messages from a Kafka topic. Can read from beginning or latest. Read kafka_consumer_groups List consumer groups, describe members, and check consumer lag. Read kafka_health_check Comprehensive Kafka cluster health check: brokers, topics, under-replicated partitions, consumer lag. Read kafka_strategy_advisor AI-powered Kafka architecture and topic design advisor. Read kafka_topic_info Get detailed topic info: partitions, leaders, replicas, ISR, configs. Read kafka_topic_list List all Kafka topics with partition counts. Read mongo_health_check Comprehensive MongoDB health check: server status, replication, connections, memory, operations. Read mongo_query Execute MongoDB operations: find, insert, update, delete, count, distinct, aggregate. Read mongo_schema_advisor AI-powered MongoDB schema design advisor. Recommends embedding vs referencing, indexes, and patterns. Read nginx_health_check Comprehensive Nginx health check: process status, config validity, SSL, error logs. Read nginx_security_headers Generate security headers configuration for Nginx based on security level. Read nginx_status Get Nginx server status: process info, connections, version. Read nginx_upstream_advisor AI-powered load balancing and upstream strategy advisor. Read pg_health_check Comprehensive PostgreSQL health check with AI-powered analysis. Read pg_index_advisor Analyze table access patterns and suggest missing indexes. Read pg_schema Inspect PostgreSQL schema: tables, columns, indexes, constraints, and sizes. Read pg_tuning_advisor AI-powered PostgreSQL configuration tuning advisor. Calculates optimal Read prom_alerts List all active and pending alerts with severity and annotations. Read prom_health_check Comprehensive Prometheus stack health check. Read prom_metrics_explore Browse available Prometheus metrics. Search by name pattern. Read prom_targets List Prometheus scrape targets with health status and last scrape time. Read redis_cache_strategy redis_cache_strategy Read redis_get Get a value from Redis by key. Automatically detects the data type and returns Read redis_hash_get Get fields from a Redis Hash. Retrieve specific fields or all fields. Read redis_health_check redis_health_check Read redis_key_analysis Analyze Redis keyspace to identify patterns, memory usage distribution, Read redis_list_range Get a range of elements from a Redis List. Read redis_scan_keys Safely scan Redis keys matching a pattern using SCAN (not KEYS). Read redis_server_info Get comprehensive Redis server information including version, memory, Read redis_sorted_set_range Get members from a Sorted Set by rank range. Supports ascending/descending order. Read redis_stream_read Read entries from a Redis Stream within an ID range. Read rmq_binding_list List all bindings, optionally filtered by queue or exchange. Read rmq_exchange_list List all exchanges with type, durability, and binding count. Read rmq_health_check rmq_health_check Read rmq_policy_list List all policies with their patterns and definitions. Read rmq_queue_info Get detailed information about a specific queue including message rates, Read rmq_queue_list List all queues with message counts, consumer counts, and rates. Read rmq_routing_strategy AI-powered messaging strategy recommendation engine. Analyzes your use case Read rmq_server_overview Get comprehensive RabbitMQ server overview including version, cluster status, Read rmq_vhost_list List all virtual hosts with message counts. Read sys_disk Disk analysis: filesystem usage, inodes, largest directories, I/O stats. Read sys_health_check Comprehensive Linux system health check: CPU, memory, disk, load, processes, services. Read sys_info Get comprehensive system information: OS, kernel, CPU, memory, disk, uptime. Read sys_memory Memory analysis: overview, top consumers, swap, cache management. Read sys_network Network diagnostics: interfaces, connections, listening ports, DNS, routes. Read tf_state Inspect Terraform state: list resources, show details, detect drift potential. Read tf_validate Validate Terraform configuration files for syntax and consistency errors. Read vault_health_check Comprehensive Vault health check: seal status, HA, audit, auth, expiring leases.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about RedisNexus

Can an AI agent delete data through the RedisNexus MCP server? +

Yes. The RedisNexus server exposes 22 destructive tools including argocd_apps, argocd_repos, aws_s3. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through RedisNexus? +

The RedisNexus server has 38 write tools including argocd_projects, aws_eks, az_storage. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach RedisNexus.

How many tools does the RedisNexus MCP server expose? +

169 tools across 4 categories: Destructive, Execute, Read, Write. 86 are read-only. 83 can modify, create, or delete data.

How do I enforce a policy on RedisNexus? +

Register the RedisNexus MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every RedisNexus tool call.

Deterministic rules across all 169 RedisNexus tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

169 RedisNexus tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.