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

# Clients

> Connect AI tools, agents, workflows, and applications to your context repository

## Overview

Connect AI tools to Qontext and give them access to your context repository.

Qontext supports two access methods:

* **MCP** for AI chats and agents that support the Model Context Protocol
* **API** for AI tools, workflows, agents, and custom applications that integrate directly with the Qontext API

Choose the clients you want to connect below.

***

## Company chats

Give your chats the context they need to answer reliably.

These clients connect through MCP or API and can retrieve, search, and update context from your context repository.

<div className="qontext-cards qontext-cards-compact qontext-cards-icon-flush">
  <CardGroup cols={2}>
    <Card
      title="Claude"
      icon={
<img src="https://mintcdn.com/qontext/1W2EIYaFLwRr_EZH/images/logos/claude.svg?fit=max&auto=format&n=1W2EIYaFLwRr_EZH&q=85&s=2791c906ef184c0d3ce675dcedb21524" alt="Claude" width="24" height="24" />
}
      href="/clients/claude"
    >
      Connect via MCP for context-aware conversations.
    </Card>

    <Card
      title="ChatGPT"
      icon={
<>
<img
src="https://mintcdn.com/qontext/Ksm4EQsagn1HXJi6/images/logos/chatgpt.png?fit=max&auto=format&n=Ksm4EQsagn1HXJi6&q=85&s=b170b74eb3c1b8d8312c80178b84851d"
alt="ChatGPT"
width="24"
height="24"
className="block dark:hidden"
/>
<img
src="https://mintcdn.com/qontext/Ksm4EQsagn1HXJi6/images/logos/chatgpt_dark.png?fit=max&auto=format&n=Ksm4EQsagn1HXJi6&q=85&s=81661cf4c6c8daf06639e10b56810c7c"
alt="ChatGPT"
width="24"
height="24"
className="hidden dark:block"
/>
</>
}
      href="/clients/chatgpt"
    >
      Connect via MCP for context-aware conversations.
    </Card>

    <Card
      title="Langdock"
      icon={
<img
src="https://mintcdn.com/qontext/Ksm4EQsagn1HXJi6/images/logos/langdock.png?fit=max&auto=format&n=Ksm4EQsagn1HXJi6&q=85&s=cd2ce127111a82b70e42574e7485f2ee"
alt="Langdock"
width="24"
height="24"
/>
}
      href="/clients/langdock"
    >
      Connect via MCP in chats, agents, and workflows.
    </Card>

    <Card
      title="Gemini"
      icon={
<img
src="https://mintcdn.com/qontext/1W2EIYaFLwRr_EZH/images/logos/gemini.svg?fit=max&auto=format&n=1W2EIYaFLwRr_EZH&q=85&s=e8d7fbadfa20507dbd9e508dbccc8faf"
alt="Gemini"
width="24"
height="24"
/>
}
      href="/clients/gemini"
    >
      Connect via the Agent Development Kit for context in Google Cloud.
    </Card>
  </CardGroup>
</div>

***

## Coding agents

Help coding agents understand the business side.

Connect coding agents to product context, customer information, processes, documentation, and company knowledge.

<div className="qontext-cards qontext-cards-compact qontext-cards-icon-flush">
  <CardGroup cols={2}>
    <Card
      title="Codex"
      icon={
<img src="https://mintcdn.com/qontext/CcCSfrQXYcZQqaMk/images/logos/openai-codex-logo.png?fit=max&auto=format&n=CcCSfrQXYcZQqaMk&q=85&s=981421b84047b8e14dc75272a7ecc1e0" alt="Codex" width="24" height="24" />
}
      href="/clients/codex"
    >
      Connect via MCP for context-aware conversations.
    </Card>

    <Card
      title="Cursor"
      icon={
<img src="https://mintcdn.com/qontext/P8VCfrQy4mMFVVAH/images/logos/cursor.png?fit=max&auto=format&n=P8VCfrQy4mMFVVAH&q=85&s=d989f191f1cf12e7e31828df85153818" alt="Cursor" width="24" height="24" />
}
      href="/clients/cursor"
    >
      Connect via MCP for context-aware conversations.
    </Card>
  </CardGroup>
</div>

***

## Workflow builders

Use company context inside automations and operations.

Qontext provides verified integrations for leading workflow platforms, making it easy to integrate your context repository into custom applications, agents, and workflows.

<div className="qontext-cards qontext-cards-compact qontext-cards-icon-flush">
  <CardGroup cols={2}>
    <Card
      title="n8n"
      icon={
<img
src="https://cdn.brandfetch.io/idO6_6uqJ9/theme/dark/symbol.svg?c=1dxbfHSJFAPEGdCLU4o5B"
alt="n8n"
width="24"
height="24"
/>
}
      href="/clients/n8n"
    >
      Self-hosted workflow automation with community node support.
    </Card>

    <Card
      title="Make"
      icon={
<img
src="https://cdn.brandfetch.io/idVHU5hl7_/theme/dark/symbol.svg?c=1dxbfHSJFAPEGdCLU4o5B"
alt="Make"
width="24"
height="24"
/>
}
      href="/clients/make"
    >
      Visual automation platform with custom app integration.
    </Card>

    <Card
      title="Zapier"
      icon={
<img
src="https://www.svgrepo.com/show/354596/zapier-icon.svg"
alt="Zapier"
width="24"
height="24"
/>
}
      href="/clients/zapier"
    >
      Connect Qontext to 5,000+ apps with Zaps.
    </Card>
  </CardGroup>
</div>

***

## Support agents

Power customer-facing agents with governed and up-to-date context.

***

## Build your own

Use Qontext as the context layer inside your own applications.

### **MCP**

If your application supports MCP, connect directly to the Qontext MCP server:

```text theme={null}
https://api.qontext.ai/mcp
```

Please refer to [MCP](/interfaces/MCP) for details.

### API

Use the Qontext API to:

* Read files and folders
* Search the context repository
* Create and update context
* Retrieve logs

Please refer to [API](/interfaces/api) for details.

***

## Need a custom integration?

If you're building a custom AI tool or need help with a specific integration, reach out to our team at [support@qontext.ai](mailto:support@qontext.ai).
