Dragonfly logo
Database · self-hosted

Dragonfly in one click.

Dragonfly is a redis-compatible in-memory store, multithreaded you can run on your own machine. Launch it in Even Stacks in one click, serve it over trusted HTTPS, and let your AI agents operate it.

What is Dragonfly?

Dragonfly is an in-memory data store fully compatible with Redis and Memcached APIs. It uses a multi-threaded, shared-nothing architecture to achieve higher throughput on a single instance than Redis.

CategoryDatabase
Default port6380
Container imagedocker.dragonflydb.io/dragonflydb/dragonfly:v1.23.0
Official sitewww.dragonflydb.io

Run Dragonfly in Even

Even Stacks launches Dragonfly as a managed container on your own machine. No compose files, no manual setup.

  1. Open the Even Stacks panel in Even. The container engine starts on demand.
  2. Find Dragonfly in the one-click services and click Launch.
  3. Even pulls the image, starts it on port 6380, and serves it over trusted HTTPS at https://dragonfly.localhost.

Drive Dragonfly with your AI agents

Even ships an MCP, so any agent you run inside Even (Claude Code, Codex, and more) can operate Dragonfly directly, at both the UI level and the container level.

Through the Even MCP an agent can create tables, seed test data, run a migration, or inspect a schema, then tail the logs to confirm it worked. It runs commands inside the container, reads its logs, and for web apps opens and clicks through the interface in Even's own browser pane. Ask once, for example "set up Dragonfly and get it ready", and the agent handles it end to end.

How agents reach it: Connect with any Redis client to port 6379 (no password by default). Run docker exec <container> redis-cli for an interactive CLI session. Dragonfly supports all standard Redis commands; persistence snapshots are written to the /data volume.

More Database services

Other one-click services you can launch in Even Stacks.