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

LiteLLM

public

Open-source AI Gateway and Python SDK giving a single, unified OpenAI-format interface to 100+ LLM providers (OpenAI, Anthropic, Gemini, Bedrock, Azure, and more). Use it as a Python SDK for direct integration, or deploy the AI Gateway (Proxy Server) as a centralized service with virtual keys, spend tracking, budgets, guardrails, load balancing, and an admin dashboard. MIT-licensed, by BerriAI (YC W23). PyPI: litellm; docs: docs.litellm.ai.

102 nodes132 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"
      }
    }
  }
}