Back to Apps

Dgraph
by dgraph-io
High-performance, distributed graph database with native GraphQL support and ACID transactions.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Dgraph is a horizontally scalable, distributed graph database designed for real-time use cases. It allows AI agents to interact with complex, highly interconnected data using GraphQL, providing a powerful backend for knowledge graphs and relational data that doesn't fit traditional SQL tables.
Tools
query_graph: Execute GraphQL-inspired queries to retrieve nodes and edges.mutate_graph: Perform ACID-compliant mutations to create or update graph data.schema_manage: Update the database schema to define new types and predicates.
Installation
{
"mcpServers": {
"dgraph": {
"command": "docker",
"args": ["run", "-i", "--rm", "-p", "8080:8080", "dgraph/standalone:latest"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
docker run -it -p 8080:8080 -p 9080:9080 -v ~/dgraph:/dgraph dgraph/standalone:latestInformation
- Pricing
- free
- Published
- 6/8/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Use docker to run dgraph/standalone:latest and connect via HTTP on port 8080.





