Language:JapaneseEnglish

mongodb Claude Code Plugin

Category
Database
Topics
Databases & Storage · AI Agents & AI App Development
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-09-04 (UTC)
Source (GitHub) last updated
2026-08-27 (UTC) (9 days ago)

The explanation below is AI-generated. Please verify it against the sources.

This plugin is the official Claude integration for MongoDB, pairing an MCP server with a set of bundled skills so an AI agent can work with MongoDB data through natural language. According to its README, it targets self-managed deployments such as Community Edition, Enterprise Advanced, a local development container, or an Atlas cluster, connecting with nothing more than a connection string and running the MongoDB MCP server locally via npx. Once connected, the agent gets tools to browse databases and collections, run queries and aggregation pipelines, and manage indexes. The bundled skills additionally cover connection configuration tuning, translating natural-language requests into read-only queries, diagnosing slow queries with index recommendations, applying schema design patterns, building Atlas Search / Vector Search / hybrid search implementations, and managing Atlas Stream Processing resources.

About the service

MongoDB is a document-oriented database, and Atlas is MongoDB's own cloud-hosted database service. This plugin can connect either to a self-managed MongoDB deployment or to an Atlas cluster.

What you can do with mongodb

  • Explore database schemas and collections
  • Turn natural-language requests into queries and aggregation pipelines
  • Create and manage indexes
  • Diagnose slow queries and get index improvement suggestions
  • Get guidance on schema design patterns, including migration from SQL
  • Build Atlas Search, Vector Search, or hybrid search implementations
  • Manage Atlas Stream Processing workspaces and connectors
  • Configure MCP server connection settings and driver-level connection pooling

Sources

History of mongodb

  • Claude Code Plugin Changed the repository URL of mongodb

Back to list