# Introducing MongoDB Agent Skills and Plugins for Coding Agents

[MongoDB](https://yomu.fyi/company/mongodb) · Thibaut Gourdel, Eliza Spang · Mar 31, 2026

**Type:** Announcement

## Summary

Coding agents often default to relational patterns, resulting in over-normalized schemas, underused compound indexes, and misconfigured search indexes in production MongoDB environments. To address these pitfalls, MongoDB launched official MongoDB Agent Skills alongside integrated plugins for tools including Claude Code, Cursor, Gemini CLI, and VS Code. These skills provide agents with discoverable instructions, schema design heuristics, indexing strategies, and operational safeguards across the development lifecycle. The skills operate alongside the MongoDB MCP Server, which handles database connectivity, authentication, and permission-based governance. Teams can install these bundled extensions directly or manage them via the Vercel Skills CLI to embed MongoDB architectural standards into automated workflows.

## Context

Coding agents frequently make mistakes when working with MongoDB by defaulting to relational database patterns, leading to over-normalized schemas, underused compound indexes, and improper search index usage.

## Approach / What changed

MongoDB released official MongoDB Agent Skills and packaged plugins for Claude Code, Cursor, Gemini CLI, and VS Code, combining expert heuristics and best practices with the MongoDB MCP Server connectivity layer.

## Takeaways

- Coding agents often introduce production issues in MongoDB by over-normalizing document schemas, neglecting compound indexes, and mismanaging consistency trade-offs in search indexes.
- MongoDB Agent Skills use Anthropic's open standard to deliver schema heuristics, query patterns, indexing strategies, and operational guardrails across the application lifecycle.
- The MongoDB MCP Server provides database connectivity and authentication, using MongoDB native authorization and configurable controls to govern agent actions.

**Tags:** [Developer Experience](https://yomu.fyi/topic/developer-experience), [LLMs](https://yomu.fyi/topic/llm)

[Read original post](https://www.mongodb.com/company/blog/product-release-announcements/introducing-mongodb-agent-skills)
