Product Graph (VibeGraph)by VibeLevel
Research preview — Product Graph is evolving fast; expect changes. Share feedback
Catalog/public-graphs-by-vibelevel
🦞

OpenClaw

public

Self-hosted, multi-channel gateway for AI agents. Run one Gateway on your own hardware and message an always-available AI assistant from Discord, Slack, Telegram, WhatsApp, Signal, iMessage, Matrix, and more. Agent-native (tool use, sessions, memory, multi-agent routing), plugin-heavy, terminal-first, MIT-licensed. Written in TypeScript for hackability.

227 nodes278 edgesUpdated 8/3/2026

Connect via MCP

Paste this into your agent's MCP config (Claude Code ~/.claude.json, Cursor mcp.json, etc.). A free PAT is required — create one in Account settings.

{
  "mcpServers": {
    "product-graph-public-graphs-by-vibelevel": {
      "type": "http",
      "url": "https://graphapi.vibelevel.ai/mcp?workspace=public-graphs-by-vibelevel",
      "headers": {
        "Authorization": "Bearer YOUR_PAT_HERE"
      }
    }
  }
}