← Back to Plugins
MCP Server MCP

io.github.marcosnovo/lexvibe

github By github 👁 1 views ▲ 0 votes

One-step legal compliance for vibe-coded apps: privacy, terms, cookie banner and EU AI Act check.

Homepage Verified source GitHub

Install

npx -y @lexvibe/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://golexvibe.com/api/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@lexvibe/mcp",
      "version": "1.0.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your LexVibe app id (used in the installed snippet and API calls). Optional: if unset, tools ask for the id explicitly and warn about the placeholder.",
          "name": "LEXVIBE_APP_ID"
        },
        {
          "description": "Base URL of the LexVibe API. Only needed for self-hosting / development.",
          "default": "https://golexvibe.com",
          "name": "LEXVIBE_API_URL"
        },
        {
          "description": "Base URL the widget script is served from. Only needed for self-hosting / development (defaults to the LexVibe CDN, or to LEXVIBE_API_URL when that is set).",
          "default": "https://golexvibe.com",
          "name": "LEXVIBE_CDN_URL"
        },
        {
          "description": "Endpoint that receives anonymous tool-usage events (mcp_tool_call) for the Platform analytics. Defaults to the LexVibe events endpoint (or LEXVIBE_API_URL + /api/events when LEXVIBE_API_URL is set). Only needed for self-hosting.",
          "name": "LEXVIBE_EVENTS_URL"
        },
        {
          "description": "Set to 0/false/off to disable anonymous usage telemetry. DO_NOT_TRACK=1 is also honored.",
          "default": "1",
          "name": "LEXVIBE_TELEMETRY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...