{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
  "mcpServers": {
    "lago-docs": {
      "type": "streamable-http",
      "url": "https://doc.getlago.com/mcp"
    },
    "lago-product": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-e",
        "LAGO_API_KEY",
        "-e",
        "LAGO_API_URL",
        "getlago/lago-mcp-server:latest"
      ]
    }
  }
}
