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-07-22 (UTC)
Source (GitHub) last updated
2026-08-26 (UTC) (yesterday)

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

This plugin is MongoDB's official Claude integration that pairs an MCP server with a set of bundled skills so an agent can work with a MongoDB deployment through natural-language requests. According to the MongoDB documentation, the MCP server exposes tools for exploring schemas, running CRUD operations, handling administrative tasks like cluster and user management, generating query and application code, and analyzing performance to suggest indexing improvements. The README indicates that this particular 'mongodb' plugin is intended for self-managed deployments (Community Edition or Enterprise Advanced), running the MCP server locally rather than connecting to the hosted Atlas service. A companion plugin, mongodb-atlas, is described as the version that connects to MongoDB's cloud-hosted Atlas MCP server over OAuth. Both plugins share the same underlying set of skills covering query writing, schema design, query optimization, and search/vector search features.

About the service

MongoDB is a document-oriented database platform. Its self-managed editions (Community Edition and Enterprise Advanced) can be run and administered by the user directly, while a separate hosted offering, Atlas, is provided as a managed cloud database service; the README notes that a different plugin variant connects to that hosted Atlas service.

What you can do with mongodb

  • Explore and explain the schema and relationships of collections in a connected MongoDB deployment
  • Perform create, read, update, and delete operations on documents using natural-language requests
  • Carry out administrative tasks such as managing clusters and database users
  • Generate MongoDB queries and application code based on a described data need or existing schema
  • Review query performance and receive suggestions for indexes or schema changes
  • Access bundled skills covering query writing, schema design, and search/vector search usage

Sources

History of mongodb

  • Claude Code Plugin Changed the repository URL of mongodb

Back to list