AI agent for Redis
Connect Redis to your AI agent through the WorkAist MCP server.
The WorkAist Redis connector is a production-grade Model Context Protocol (MCP) server. AI agents can read and write Redis data — databases — through one consistent interface. Open-source under AGPL-3.0, self-hosted, with reversible PII redaction at the LLM boundary.
Authentication & setup
The Redis connector authenticates via HTTP Basic auth.
For self-hosted or legacy services. Use an app password when the provider supports them.
Frequently paired with Redis
FAQ
Can a WorkAist AI agent really automate Redis end-to-end?▼
Yes. The connector exposes read and write tools through Model Context Protocol. AI agents call them through plain-language instructions in a CLAUDE.md file — no glue code.
How does this differ from using the Redis API directly?▼
The connector adds permission isolation, audit logging, cost tracking per agent, and reversible PII redaction at the LLM boundary. It also presents Redis as part of a unified Knowledge Graph alongside your other tools.
What does it cost?▼
WorkAist is open-source under AGPL-3.0 and self-hosted, so the connector itself is free. You pay only for Redis's own API costs (if any) and the LLM tokens your agent consumes.
Is my Redis data sent to a third party?▼
No. WorkAist runs in your own infrastructure. Data flows from Redis → your WorkAist instance → the LLM you choose. Sensitive fields can be tokenized before reaching the LLM.
What if Redis changes its API?▼
The connector is versioned and published openly. When Redis ships breaking changes, we bump the connector version and the marketplace UI surfaces the upgrade as a one-click apply.