Back to Apps

DreamGraph
by mmethodz
Graph-first cognitive layer building persistent knowledge graphs for repository understanding and architecture-aware reasoning.
0 stars
Works in:VS Code Copilot
Exposes:ToolsResources
What it does
DreamGraph provides a cognitive daemon that maintains a persistent knowledge graph of a codebase. It allows AI agents to reason across repository boundaries, track architectural decisions, and maintain continuity by treating the graph as the system's source of truth rather than stateless file reads.
Tools
scan_database: Introspects live database schemas for grounding.graph_query: Queries the persistent knowledge graph for features and workflows.enrich_graph: Continuous enrichment through scans and dream cycles.manage_adr: Captures and tracks Architecture Decision Records.
Installation
{
"mcpServers": {
"dreamgraph": {
"command": "dg",
"args": ["start", "my-project", "--foreground"]
}
}
}
Supported hosts
Confirmed for Claude Desktop and VS Code via its dedicated extension.
Quick install
bash scripts/install.sh --forceInformation
- Pricing
- free
- Published
- 5/10/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"dreamgraph": {
"command": "dg",
"args": ["start", "my-project", "--foreground"]
}
}
}VS Code Copilot
Install the DreamGraph VS Code extension and connect to a running daemon.






