Integrations/JetBrains IDEs

Set up JetBrains IDEs

AI Assistant in IntelliJ IDEA, WebStorm, PyCharm, and all JetBrains IDEs. Add Agentcy to access marketing data directly from your development environment.

SETUP
6 STEPS
  1. 01

    Sign up at app.goagentcy.com and create an API key

  2. 02

    Open your JetBrains IDE (IntelliJ, WebStorm, PyCharm, etc.)

  3. 03

    Go to Settings > Tools > AI Assistant > Model Context Protocol (MCP)

  4. 04

    Click + to add a new MCP server and paste the config below

  5. 05

    Replace YOUR_AGENTCY_API_KEY with your actual key

  6. 06

    Restart the IDE to connect to Agentcy

CONFIG

path: Settings → Tools → AI Assistant → MCP

config
{
  "mcpServers": {
    "agentcy": {
      "url": "https://data.goagentcy.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_AGENTCY_API_KEY"
      }
    }
  }
}
Last verified: March 5, 2026Official docs
TIPS

Requires JetBrains 2025.1 or later with the AI Assistant plugin (paid add-on or included with All Products Pack). Works in all JetBrains IDEs including IntelliJ IDEA, WebStorm, PyCharm, PhpStorm, GoLand, and Rider.

EXPLORE DATA SOURCES

After connecting JetBrains IDEs and configuring your data sources in the portal, ask questions about any of them in natural language:

View all data sources →

v1.0Need help?