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

# Introduction

> Connect AI assistants to VexiData using MCP (Model Context Protocol) to query your databases with natural language.

VexiData uses the [Model Context Protocol (MCP)](https://modelcontextprotocol.io) to connect with AI assistants. Once connected, you can ask questions about your data in natural language directly from your favorite AI tool.

## AI Assistants

<CardGroup cols={3}>
  <Card title="ChatGPT" icon="https://mintcdn.com/mtsdigitalventuressrl/9yUap0SLGrotT8se/images/connections/chatgpt-dark.svg?fit=max&auto=format&n=9yUap0SLGrotT8se&q=85&s=105c54df8c7fcbc4ce0019d20e59ed50" href="/ai-integrations/chatgpt" width="2500" height="2500" data-path="images/connections/chatgpt-dark.svg">
    Connect OpenAI's ChatGPT to query your databases.
  </Card>

  <Card title="Claude" icon="https://mintcdn.com/mtsdigitalventuressrl/9yUap0SLGrotT8se/images/connections/claude.svg?fit=max&auto=format&n=9yUap0SLGrotT8se&q=85&s=3e6eb6d07cf9f9a342a6e4152ecb0973" href="/ai-integrations/claude" width="1200" height="1200" data-path="images/connections/claude.svg">
    Connect Anthropic's Claude to query your databases.
  </Card>

  <Card title="Mistral Le Chat" icon="https://mintcdn.com/mtsdigitalventuressrl/9yUap0SLGrotT8se/images/connections/mistral.svg?fit=max&auto=format&n=9yUap0SLGrotT8se&q=85&s=d4a4c628b27d10157a5a5c7be25939a3" href="/ai-integrations/mistral" width="191" height="135" data-path="images/connections/mistral.svg">
    Connect Mistral's Le Chat to query your databases.
  </Card>
</CardGroup>

## Developer Tools

<CardGroup cols={3}>
  <Card title="Cursor" icon="https://mintcdn.com/mtsdigitalventuressrl/9yUap0SLGrotT8se/images/connections/cursor-dark.svg?fit=max&auto=format&n=9yUap0SLGrotT8se&q=85&s=4ac6b90af49c494d64981c0ff269ce3c" href="/ai-integrations/cursor" width="467" height="532" data-path="images/connections/cursor-dark.svg">
    Query your databases from Cursor's AI assistant while coding.
  </Card>

  <Card title="VS Code" icon="https://mintcdn.com/mtsdigitalventuressrl/9yUap0SLGrotT8se/images/connections/vscode.svg?fit=max&auto=format&n=9yUap0SLGrotT8se&q=85&s=04fe73459f000254522b0d5b04fc3a71" href="/ai-integrations/vscode" width="16" height="16" data-path="images/connections/vscode.svg">
    Query your databases from GitHub Copilot in VS Code.
  </Card>

  <Card title="Claude Code" icon="terminal" href="/ai-integrations/claude-code">
    Query your databases from the terminal with Claude Code.
  </Card>

  <Card title="Windsurf" icon="https://mintcdn.com/mtsdigitalventuressrl/9yUap0SLGrotT8se/images/connections/windsurf.svg?fit=max&auto=format&n=9yUap0SLGrotT8se&q=85&s=c7a62ae45f5ad1c8cc812cfa9be52d08" href="/ai-integrations/windsurf" width="1024" height="1024" data-path="images/connections/windsurf.svg">
    Query your databases from Windsurf's Cascade assistant.
  </Card>
</CardGroup>

## Connecting Other MCP Clients

Any AI assistant that supports the Model Context Protocol can connect to VexiData.

<Steps>
  <Step title="Copy your MCP Server URL">
    Your MCP Server URL is:

    ```
    https://vexidata.com/mcp
    ```

    You can also find this in **Settings** > **AI Integrations** in your [VexiData AI Integrations](https://vexidata.com/settings/ai-integrations) page.
  </Step>

  <Step title="Add the URL to your AI client">
    In your AI assistant's settings, look for an option to add an MCP server or integration. Paste your MCP Server URL there.
  </Step>

  <Step title="Authorize the connection">
    Your AI assistant will redirect you to VexiData to authorize access. Review the requested permissions and approve the connection.
  </Step>
</Steps>

Once connected, you can manage all your AI integrations from the **Settings > AI Integrations** page — including revoking access at any time.
