Dgraph logo
Database · self-hosted

Dgraph in one click.

Dgraph is a distributed graph db with graphql and dql 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 Dgraph?

Dgraph is a distributed, horizontally scalable graph database. It supports GraphQL natively alongside its own DQL query language, with low-latency reads and writes at scale.

CategoryDatabase
Default port8555
Container imagedgraph/standalone:latest
Official sitedgraph.io

Run Dgraph in Even

Even Stacks launches Dgraph 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 Dgraph in the one-click services and click Launch.
  3. Even pulls the image, starts it on port 8555, and serves it over trusted HTTPS at https://dgraph.localhost.

Drive Dgraph with your AI agents

Even ships an MCP, so any agent you run inside Even (Claude Code, Codex, and more) can operate Dgraph 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 Dgraph and get it ready", and the agent handles it end to end.

How agents reach it: Use the Ratel UI at http://localhost:8555 to run DQL queries and schema mutations. The GraphQL API is at http://localhost:8080/graphql and DQL at http://localhost:8080/query and /mutate. Data is stored in /dgraph.

More Database services

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