For the complete documentation index, see llms.txt. This page is also available as Markdown.

JetBrains

Add Cakewalk's MCP Gateway to JetBrains IDEs (IntelliJ IDEA, PyCharm, WebStorm, Android Studio) through AI Assistant's MCP settings.

JetBrains AI Assistant reads MCP server config from the IDE settings. Paste one JSON snippet, click Apply, then the IDE connects to the Cakewalk gateway. Applies to IntelliJ IDEA, PyCharm, WebStorm, Android Studio and other JetBrains IDEs running AI Assistant 2026.1 or later.

Install Method

JSON config pasted into the IDE settings dialog. The IDE manages the config file behind the settings panel.

Step 1: Open the MCP Settings

In your JetBrains IDE, go to Settings | Tools | AI Assistant | Model Context Protocol (MCP) and click Add.

Step 2: Paste the Cakewalk Gateway Snippet

In the dialog, paste:

{
  "mcpServers": {
    "cakewalk": {
      "url": "https://mcp-gateway.getcakewalk.io/mcp"
    }
  }
}

Step 3: Apply

Click Apply. The IDE starts the configured server and establishes the connection.

Verifying It Works

In the same MCP settings page, the cakewalk entry appears with its connection status in the Status column. Click the icon in the Status column to review the list of tools the server exposes. In Cakewalk, the JetBrains card on My Agents flips to Connected after the first agent call.

Troubleshooting

  • Status column shows the server is not connected: open the JSON dialog and confirm the snippet parses cleanly and the gateway URL has no typo.

  • Server starts but no tools appear: click the icon in the Status column to refresh the tool list. If empty, check the IDE's AI Assistant log for connection errors.

Learn more

Last updated

Was this helpful?