BusinessMCP
Redis logo

Redis

Free forever

modelcontextprotocol · Analytics

60k installs

Connect in 1 click

The Redis MCP server brings Redis's in-memory data store directly into the Model Context Protocol, letting AI agents read, write, and manage cache entries, key-value pairs, and pub/sub channels without custom integration code. Whether you're using Redis as a session cache, a rate-limiter, a lightweight queue, or a fast lookup layer in front of a slower primary database, this MCP server exposes those operations as structured tools an agent can call safely and predictably. For teams evaluating an MCP server for Redis, this integration focuses on the core primitives — GET/SET, expirations, list and hash operations, and pub/sub messaging — so agents can inspect cache health, warm caches, or trigger downstream events as part of a larger workflow.

Within BusinessMCP.com's managed model, the Redis MCP server connects once and becomes part of your single hosted MCP endpoint at /api/mcp, alongside your other databases, ad platforms, and internal tools. Instead of standing up a bespoke Redis client integration for every AI assistant you use, you authenticate with a Bearer mcph_* key and any model-agnostic agent — Claude, GPT, Gemini, or an internal copilot — gets consistent, governed access to your cache layer. This is especially useful for teams that pair Redis with a primary datastore like PostgreSQL, MySQL, or MongoDB: agents can check cache state, invalidate stale keys after a write, or read hot data straight from Redis before falling back to the source of truth, all through the same unified MCP surface rather than juggling separate credentials and SDKs per tool.

Because BusinessMCP.com layers a business-intelligence dashboard on top of every connected server, Redis usage stops being a black box. You get visibility into which agents are hitting your cache, how often keys are read versus written, and where pub/sub traffic is flowing — turning what's usually invisible infrastructure into observable, reportable activity alongside your other revenue and product data. That combination of hosted MCP access plus BI reporting is particularly valuable for platform and DevOps teams who need to justify cache spend, debug agent behavior, or audit what an AI system actually touched in a shared Redis instance.

Common scenarios include using Redis MCP server access to power real-time leaderboard or counter logic that an agent queries on demand, to manage short-lived session or feature-flag data during conversational workflows, and to coordinate lightweight pub/sub notifications between agents or services without spinning up a heavier message broker. It also pairs well with caching patterns in front of relational or document databases: an agent can be instructed to always check Redis first for a customer profile or configuration blob before querying Postgres, Neon, or MongoDB, reducing latency and load on primary systems. Because access is cookieless and GDPR-friendly by design, this fits naturally into privacy-conscious growth and analytics stacks where Redis might be caching derived, non-PII aggregates rather than raw personal data.

Setup follows the same pattern as every other server in the BusinessMCP catalog: connect your Redis instance credentials once inside the growth-suite dashboard, and the cache and pub/sub tools become immediately available to any agent hitting your /api/mcp endpoint — no per-agent reconfiguration, no separate Redis client library to maintain, and no additional cookie or tracking overhead layered on top of your existing infrastructure.

$ npx mcphosting-cli add modelcontextprotocol-server-redis

Just say it in a thread

No configs, no docs. Once connected, these are the kinds of messages your agents act on.

"Retrieve the value stored for a given redis key — and give me the highlights."

"Set or update a key's value in redis, optionally with an expiration for me, then post a summary in the thread."

"Remove one or more keys from the redis store and flag anything that needs my approval."

What teams use it for

  • Let an AI agent check and warm a Redis cache before querying a primary database like Postgres or MongoDB
  • Expose pub/sub channels so agents can send or react to lightweight real-time notifications
  • Manage session data, feature flags, or rate-limit counters through agent-driven commands
  • Build real-time counters or leaderboards that agents can read and update on demand
  • Audit and monitor Redis read/write and pub/sub activity from AI agents via the BusinessMCP BI dashboard

Agent-callable tools

get_key_value

Retrieve the value stored for a given Redis key.

set_key_value

Set or update a key's value in Redis, optionally with an expiration.

delete_key

Remove one or more keys from the Redis store.

list_keys_by_pattern

Search for keys matching a glob-style pattern.

publish_message

Publish a message to a specified Redis pub/sub channel.

subscribe_channel

Register interest in a pub/sub channel to receive incoming messages.

increment_counter

Atomically increment or decrement a numeric value stored at a key.

get_hash_fields

Read one or more fields from a Redis hash data structure.

Your data stays yours

Credentials live in your vault. We route requests — we never store, log, or train on your data.

Works with every AI

Connect once — portable across Claude, GPT, Gemini, and every local agent you run.

Frequently asked questions

Can the Redis MCP server work alongside my primary database MCP servers?

Yes, it's designed to complement relational and document database servers like PostgreSQL, MongoDB, or Neon, letting agents check cache state before falling back to the primary store, all through the same /api/mcp endpoint.

Does using Redis through BusinessMCP require a separate integration for each AI agent?

No, you connect Redis once and any model-agnostic agent — Claude, GPT, Gemini, or custom agents — accesses it through the same hosted MCP endpoint with your Bearer mcph_* key.

Can I see what agents are doing in my Redis instance?

Yes, BusinessMCP's business-intelligence dashboard surfaces cache read/write activity and pub/sub traffic from connected agents alongside your other tool and revenue data.

Give your AI team the Redis skill

Free forever plan, no credit card. Connected and working in under five minutes.

Connect Redis free