Onboarding

Configurer llmdrop dans ton agent.

Une fois la cle API copiee, connecte ton outil LLM a llmdrop avec CLI, MCP ou REST. L'installateur interactif arrive dans la prochaine tranche.

Installer la CLI

Utilise la CLI pour initialiser la configuration locale et lancer le serveur MCP.

npm install -g llmdrop

Initialiser

Colle la cle API revelee une seule fois. Le fichier local est ecrit en mode 0600.

llmdrop init

Brancher MCP

Ajoute le serveur MCP a Claude, Gemini, Codex, Cursor ou VS Code selon ton client.

llmdrop mcp

Snippet MCP

{
  "mcpServers": {
    "llmdrop": {
      "command": "npx",
      "args": ["-y", "llmdrop", "mcp"],
      "env": {
        "LLMDROP_API_URL": "https://llmdrop.fly.dev",
        "LLMDROP_API_TOKEN": "lld_live_..."
      }
    }
  }
}

Ne commit jamais la cle API dans un depot.