> ## Documentation Index
> Fetch the complete documentation index at: https://docs.observee.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

# Installation

## Prerequisites

* Python or TypeScript
* An Observee account at [observee.ai](https://observee.ai)
* API keys for your preferred LLM provider

## Install the SDK

<CodeGroup>
  ```bash Python theme={null}
  pip install mcp-logger
  ```

  ```bash TypeScript theme={null}
  npm install @observee/logger
  ```
</CodeGroup>
