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

# TAI42 — the OS for AI tools

> An open-source runtime for MCP tools, agents, and workflows — the server that runs them.

MCP connects tools to AI models, but it does not run them — tai is the server
that does. You bring a capability (a plain Python function, an agent, an
external MCP server) and the runtime supplies the operational layer around it:
loading everything from a manifest, access control, OAuth connectors to outside
apps, background execution, monitoring, storage, and human-in-the-loop steps.
Everything plugs in against a shared set of interfaces, so anyone can extend it,
and each install is a self-contained system you host yourself.

<CardGroup cols={2}>
  <Card title="Get started" icon="rocket" href="/getting-started/installation">
    Install the runtime and boot a working server in minutes.
  </Card>

  <Card title="Concepts" icon="lightbulb" href="/concepts/index">
    The core subsystems of the platform, one page per pillar.
  </Card>

  <Card title="Guides" icon="map" href="/guides/index">
    Task-shaped how-to guides for using and extending the platform.
  </Card>

  <Card title="Marketplace" icon="store" href="/marketplace/index">
    Browse the plugin index and install into a running server.
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations/index">
    Connect Claude Desktop, Cursor, and any MCP client.
  </Card>

  <Card title="Reference" icon="code" href="/reference/api/index">
    Generated HTTP API, CLI, Python SDK, and ecosystem catalog.
  </Card>

  <Card title="Contributing" icon="code-pull-request" href="/contributing">
    Where each repository's contributing guide lives.
  </Card>
</CardGroup>
