Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lagerdata.com/llms.txt

Use this file to discover all available pages before exploring further.

Features

lager-mcp Entry Point for MCP Server

Added a lager-mcp console script entry point for easier MCP server setup with AI assistants:
  • Install with pip install "lager-cli[mcp]" and run with lager-mcp
  • Eliminates Python PATH resolution issues when configuring MCP clients
  • Setup is now a single command via your MCP client’s standard configuration

Installation

To install this version:
pip install lager-cli==0.3.27
To upgrade from a previous version:
pip install --upgrade lager-cli
To install with MCP support:
pip install "lager-cli[mcp]"

Resources

View Release on PyPI