{
  "markdown": "# MongoDB Agent Skills\n\nCollection of official MongoDB agent skills for use in agentic workflows. For more information, refer to the [MongoDB Agent Skills documentation](https://www.mongodb.com/docs/agent-skills/).\n\nThis README covers the **`mongodb-atlas`** plugin, which connects your agent to the **MongoDB-hosted Atlas MCP server** over HTTP using OAuth. It bundles the official MongoDB agent skills for writing queries, designing schemas, optimizing queries, using Atlas Search and Vector Search, and more.\n\n> **Connecting to MongoDB Community or Enterprise Advanced?**\n> For self-managed deployments, use the **`mongodb`** plugin instead — it runs the MongoDB MCP server locally and connects to your own deployment. See **[Community & Enterprise Advanced setup](README.community.md)** for installation and configuration instructions.\n\nThe `mongodb-atlas` plugin is available on Claude, Cursor, Codex, GitHub Copilot (CLI and VS Code), and Grok.\n\n## Installation\n\n### Claude\n\nInstall `mongodb-atlas` from the [Claude marketplace](https://claude.com/plugins/mongodb-atlas), or run the following command from a Claude session:\n\n1. Install the plugin:\n\n   ```bash\n   /plugin install mongodb-atlas\n   ```\n\n2. Follow the prompts to complete the installation, then run `/reload-plugins` to activate it.\n\n### Cursor\n\nInstall `mongodb-atlas` from the [Cursor marketplace](https://cursor.com/marketplace/mongodb-atlas), or run the following command from a Cursor session:\n\n1. Install the plugin:\n\n   ```bash\n   /add-plugin mongodb-atlas\n   ```\n\n2. Follow the prompts to complete the installation.\n\n### Codex\n\n1. Open the plugins browser:\n\n   ```bash\n   /plugins\n   ```\n\n2. Find the `mongodb-atlas` plugin and install it.\n\n### GitHub Copilot CLI\n\n1. Install the plugin:\n\n   ```bash\n   copilot plugin install mongodb-atlas\n   ```\n\n   To browse first, run `copilot plugin marketplace browse`.\n\n### VS Code\n\nOpen the Extensions view (`⇧⌘X` / `Ctrl+Shift+X`), search for `@agentPlugins`,\nfind `mongodb-atlas`, and select **Install**.\n\n### Grok\n\n1. Open the marketplace browser in Grok Build:\n\n   ```bash\n   /marketplace\n   ```\n\n2. Find `mongodb-atlas` and press `i` to install it.\n\n## Authentication\n\nThe `mongodb-atlas` plugin connects to the MongoDB-hosted Atlas MCP server using OAuth. The first time your agent uses the server, you'll be prompted to sign in to MongoDB Atlas in your browser.\n\n## Installing the skills directly\n\nThe methods below install just the agent skills — the same skills both plugins bundle — for agents or workflows that don't use a plugin marketplace. They don't configure an MCP server; to add one, run `npx \"mongodb-mcp-server@latest\" setup`, which can configure either the hosted Atlas MCP server or a self-managed deployment. Installing the `mongodb-atlas` or `mongodb` plugin just does this for you as a convenience (bundling the MCP configuration); for self-managed specifics, see [Community & Enterprise Advanced setup](README.community.md).\n\n### Vercel's Agent Skills Directory\n\n[https://skills.sh/](https://skills.sh/) is a popular directory and CLI that automates installing skills:\n\n```bash\nnpx skills add mongodb/agent-skills\n```\n\n### Local install from repository\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/mongodb/agent-skills.git\n   ```\n\n2. Copy the `skills/` directory to the location where your coding agent reads its skills or context files. Refer to your agent's documentation for the correct path.\n",
  "bytes": 3465,
  "sha": "281eee3454900bd5eed3ae329c92c245ce4bd9a83b8eb39de3a938efc1a0aa5b",
  "repo_slug": "mongodb/agent-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_mongodb_agent_skills_mongodb_search_and__45bd38bc/readme"
}