Mongodb
Plugin Verified ActiveOfficial Claude plugin for MongoDB (MCP Server + Skills). Connect to databases, explore data, manage collections, optimize queries, generate reliable code, implement best practices, develop advanced features, and more.
To provide a guided and safe way to build, operate, and debug complex data streaming pipelines within MongoDB Atlas.
Features
- Manage ASP workflows and resources
- Build and configure connections and processors
- Operate and debug running processors
- Teardown ASP resources safely
- Integrates with MongoDB MCP Server
Use Cases
- Setting up a new Atlas Stream Processing pipeline from scratch.
- Modifying or updating an existing ASP processor's configuration.
- Troubleshooting and debugging a failing ASP processor.
- Safely deleting ASP workspaces and their associated resources.
Non-Goals
- General MongoDB query writing or optimization.
- Managing non-ASP related MongoDB Atlas features.
- Directly interacting with cloud provider networking outside of Atlas PrivateLink.
- Writing or validating individual pipeline stages outside of the context of ASP tool usage.
Installation
First, add the marketplace
/plugin marketplace add mongodb/agent-skills/plugin install agent-skills@mongodb-pluginsContains 7 extensions
Skill (7)
Manages MongoDB Atlas Stream Processing (ASP) workflows. Handles workspace provisioning, data source/sink connections, processor lifecycle operations, debugging diagnostics, and tier sizing. Supports Kafka, Atlas clusters, S3, HTTPS, and Lambda integrations for streaming data workloads and event processing. NOT for general MongoDB queries or Atlas cluster management. Requires MongoDB MCP Server with Atlas API credentials.
Optimize MongoDB client connection configuration (pools, timeouts, patterns) for any supported driver language. Use this skill when working/updating/reviewing on functions that instantiate or configure a MongoDB client (eg, when calling `connect()`), configuring connection pools, troubleshooting connection errors (ECONNREFUSED, timeouts, pool exhaustion), optimizing performance issues related to connections. This includes scenarios like building serverless functions with MongoDB, creating API endpoints that use MongoDB, optimizing high-traffic MongoDB applications, creating long-running tasks and concurrency, or debugging connection-related failures.
Guide users through configuring key MongoDB MCP server options. Use this skill when a user has the MongoDB MCP server installed but hasn't configured the required environment variables, or when they ask about connecting to MongoDB/Atlas and don't have the credentials set up.
Generate read-only MongoDB queries (find) or aggregation pipelines using natural language, with collection schema context and sample documents. Use this skill whenever the user asks to write, create, or generate MongoDB queries, wants to filter/query/aggregate data in MongoDB, asks "how do I query...", needs help with query syntax, or discusses finding/filtering/grouping MongoDB documents. Also use for translating SQL-like requests to MongoDB syntax. Does NOT handle Atlas Search ($search operator), vector/semantic search ($vectorSearch operator), fuzzy matching, autocomplete indexes, or relevance scoring - use search-and-ai for those. Does NOT analyze or optimize existing queries - use mongodb-query-optimizer for that. Does NOT handle aggregation pipelines that involve write operations. Requires MongoDB MCP server.
Help with MongoDB query optimization and indexing. Use only when the user asks for optimization or performance: "How do I optimize this query?", "How do I index this?", "Why is this query slow?", "Can you fix my slow queries?", "What are the slow queries on my cluster?", etc. Do not invoke for general MongoDB query writing unless user asks for performance or index help. Prefer indexing as optimization strategy. Use MongoDB MCP when available.
MongoDB schema design patterns and anti-patterns. Use when designing data models, reviewing schemas, migrating from SQL, or troubleshooting performance issues caused by schema problems. Triggers on "design schema", "embed vs reference", "MongoDB data model", "schema review", "unbounded arrays", "one-to-many", "tree structure", "16MB limit", "schema validation", "JSON Schema", "time series", "schema migration", "polymorphic", "TTL", "data lifecycle", "archive", "index explosion", "unnecessary indexes", "approximation pattern", "document versioning".
Guides MongoDB users through implementing and optimizing Atlas Search (full-text), Vector Search (semantic), and Hybrid Search solutions. Use this skill when users need to build search functionality for text-based queries (autocomplete, fuzzy matching, faceted search), semantic similarity (embeddings, RAG applications), or combined approaches. Also use when users need text containment, substring matching ('contains', 'includes', 'appears in'), case-insensitive or multi-field text search, or filtering across many fields with variable combinations. Provides workflows for selecting the right search type, creating indexes, constructing queries, and optimizing performance using the MongoDB MCP server.
Quality Score
VerifiedTrust Signals
Similar Extensions
Data Engineering
98ETL pipeline construction, data warehouse design, batch processing workflows, and data-driven feature development
Snowflake Development
98Snowflake SQL, data pipelines (Dynamic Tables, Streams+Tasks), Cortex AI functions, Snowpark Python, and dbt integration. Includes query helper script, 3 reference guides, and troubleshooting.
Voltagent Data Ai
97Data engineering, ML, and AI specialists - data pipelines, machine learning, LLM architecture
Redpanda Connect Plugin
97Interactive YAML config and Bloblang authoring for Redpanda Connect
Microsoft Foundry
95Foundry-platform fluency for any language. One orchestrator + 10 sub-skills covering hosted agents, intent-based toolboxes, multi-agent workflows, Foundry IQ knowledge bases, managed skills, long-term memory, observability and evaluations, and governance via the Foundry Control Plane. Bundles Azure MCP, Foundry MCP (mcp.ai.azure.com), and Microsoft Docs MCP for live operations and always-current docs.
Filter Out Plugin
90Filter out events where property values satisfy the given condition