For AI agents: a documentation index is available at https://www.mongodb.com/docs/llms.txt — markdown versions of all pages are available by appending .md to any URL path.
Docs Menu

MongoDB for IntelliJ Plugin

The MongoDB for IntelliJ Plugin is designed to improve the development experience for Java developers working with IntelliJ IDEA. The IntelliJ Plugin builds on the existing IntelliJ Database Explorer to streamline the process of writing and managing MongoDB queries directly within the IDE. The IntelliJ Plugin supports the MongoDB Java driver and Spring Data MongoDB.

You can use the IntelliJ Plugin to:

  • Connect to your MongoDB instance and interact with your data.

  • Write, test, and iterate Java queries faster.

  • Identify query and data modeling anti-patterns in your application code.

The IntelliJ Plugin currently supports the following features:

Install the MongoDB for IntelliJ Plugin
Install the IntelliJ Plugin from the JetBrains Marketplace.
Connect to Your MongoDB Deployment
Connect to your MongoDB deployment.

To report bugs, request a feature, or submit general feedback, open a ticket in the MongoDB for IntelliJ Plugin JIRA project.

To learn more, see Submit Feedback.