user-robotViolet Agent

Violet's MCP-powered Agent allows you to securely connect Violet with AI assistants like ChatGPT and Claude, so you can query any of your data with natural language.

Setup

1

Create an API key

In Violetarrow-up-right (or VioletGovarrow-up-right), navigate to Settings > API Keys and click Create API Key.

2

Enable Violet MCP in your AI tool

Add the Violet MCP configuration below with your API Key and the applicable URL:

  • If you use Violet standard, your URL is https://mcp.violetlabs.com/mcp

  • If you use VioletGov, your URL is https://mcp.violetgov.com/mcp.

Example for Copilot, Cursor or Claude (must be Claude Team or Enterprise):

{
  "servers": {
    "violet": {
      "type": "http",
      "url": "https://mcp.violetgov.com/mcp",
      "headers": {
        "X-API-Key": "API Key Here"
      },
    },
  },
}

ChatGPT requires OAuth authentication which we will support soon - stay tuned.

Last updated

Was this helpful?