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

Browser Use

public

The AI browser agent. Open-source async-Python (>=3.11) library that drives a real Chromium browser over the Chrome DevTools Protocol (CDP), letting LLM agents navigate pages, read the DOM, and act autonomously. PyPI: browser-use. Docs: docs.browser-use.com.

83 nodes108 edgesUpdated 7/30/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"
      }
    }
  }
}