Skip to main content
Artie’s Model Context Protocol (MCP) server lets you manage your pipelines and infrastructure directly from AI-powered tools — no context switching required.
Before you begin, make sure you have:
  • An Artie API key (generate one from the Settings page in the Artie dashboard)
  • An MCP-compatible client installed (see setup below)

Setup

Add the following to your Cursor MCP config (.cursor/mcp.json):
{
  "mcpServers": {
    "artie": {
      "url": "https://mcp.artie.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_ARTIE_API_KEY"
      }
    }
  }
}
Replace YOUR_ARTIE_API_KEY with the API key you generated from the Artie dashboard.

What you can do

Once connected, your AI assistant can interact with Artie on your behalf. Capabilities include:

Pipelines

Create, update, start, list, and delete pipelines.

Connectors

Create, update, validate, and ping source and destination connectors.

Source Readers

Create, deploy, validate, and manage source readers.

Infrastructure

Manage SSH tunnels, PrivateLink connections, and ingestion API keys.