JetBrains AI Assistant
Last updated
Was this helpful?
JetBrains AI Assistant has native MCP client support built into all IntelliJ-platform IDEs (IntelliJ IDEA, PyCharm, WebStorm, GoLand, and others) since version 2025.2. No additional plugin is required.
Any JetBrains IDE version 2025.2 or later with the AI Assistant feature enabled
The ionoscloud-mcp binary built and available. For more information, see Quick Start
An IONOS CLOUD API token. For least-privilege access, see Authentication to scope the token to only the tools you need.
Important: MCP tools are only available in Agent mode. They are not available in Chat mode.
Open an AI Assistant chat, switch to Agent mode, and type: List my IONOS CLOUD data centers.
Result: The assistant calls list_datacenters and returns your data centers.
Note: All tools are registered at startup by default, so Compute Engine and Object Storage tools appear immediately. To reduce the startup tool count, add IONOS_MCP_LOAD_MODE with value lazy as an additional environment variable in the server settings, then call the ionos_load_compute_tools or ionos_load_objectstorage_tools sentinels on demand. For more information, see Selective Tool Loading.
For full JetBrains MCP documentation, see Configure an MCP server in the AI Assistant help.
Last updated
Was this helpful?
Was this helpful?