{
  "name": "ob-graph",
  "description": "A knowledge graph layer for Open Brain. Adds graph database functionality using PostgreSQL nodes + edges with recursive CTE traversal, shortest-path queries, and a full MCP server for building and exploring relationship networks across your thoughts and entities.",
  "category": "recipes",
  "author": {
    "name": "Nate Jones",
    "github": "NateBJones-Projects"
  },
  "version": "1.0.0",
  "requires": {
    "open_brain": true,
    "services": ["Supabase"],
    "tools": ["Supabase CLI", "Deno"]
  },
  "tags": [
    "graph",
    "knowledge-graph",
    "relationships",
    "traversal",
    "nodes",
    "edges",
    "supabase",
    "mcp",
    "postgresql"
  ],
  "difficulty": "intermediate",
  "estimated_time": "30 minutes",
  "created": "2026-04-05",
  "updated": "2026-04-05"
}
