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

# Introduction

> Ways to integrate ZeroEval beyond the core SDKs

Besides the Python and TypeScript SDKs, there are a few other ways to get ZeroEval into your workflow.

<CardGroup cols={3}>
  <Card title="Skills" icon="wand-magic-sparkles" href="/integrations/skills">
    Install and configure ZeroEval from inside Cursor, Claude Code, or any coding agent
  </Card>

  <Card title="MCP" icon="plug" href="/integrations/mcp">
    Connect AI agents to ZeroEval via the Model Context Protocol
  </Card>

  <Card title="CLI" icon="terminal" href="/integrations/cli">
    Manage traces, prompts, and judges from your terminal
  </Card>
</CardGroup>

## Where to start

* **If you use Cursor, Claude Code, or Codex**, try [Skills](/integrations/skills). Your coding agent handles SDK install, first trace, prompt migration, and judge setup for you.
* **If you prefer doing it yourself**, head to the [Quickstart Guide](/tracing/quickstart) and pick the [Python](/tracing/sdks/python/setup) or [TypeScript](/tracing/sdks/typescript/setup) SDK.
