AgentStack
MCP verified Apache-2.0 Self-run

Agent Skills

mcp-mongodb-agent-skills · by mongodb

Use the official MongoDB Skills with your favorite coding agent to build faster.

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add mcp-mongodb-agent-skills

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Agent Skills? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

MongoDB Agent Skills

Collection of official MongoDB agent skills for use in agentic workflows. For more information, refer to the MongoDB Agent Skills documentation.

Installation

Claude

Install the plugin from the Claude marketplace, or run the following command from a Claude session:

  1. Install the plugin:

``bash /plugin install mongodb ``

  1. Follow the prompts to complete the installation, then run /reload-plugins to activate it.

Cursor

Install the plugin from the Cursor marketplace, or run the following command from a Cursor session:

  1. Install the plugin:

``bash /add-plugin mongodb ``

  1. Follow the prompts to complete the installation.

Codex

  1. Add the mongodb/agent-skills marketplace to Codex:

``bash codex plugin marketplace add mongodb/agent-skills ``

  1. Start Codex and open the plugins browser:

``bash /plugins ``

  1. Navigate to the "MongoDB Agent Skills" tab and install the mongodb plugin.

Gemini

Install the extension from the Gemini marketplace, or run the following command from Gemini CLI:

  1. Install the extension:

``bash gemini extensions install https://github.com/mongodb/agent-skills ``

  1. Follow the prompts to complete the installation.

Copilot CLI

Install the plugin from the GitHub repository: /plugin install https://github.com/mongodb/agent-skills.git. Then restart Copilot CLI to activate the MCP server.

Install using Vercel's Agent Skills Directory

https://skills.sh/ is a popular directory and a CLI that automates the installation of skills.

  1. Add the skills you want to your agent:

``bash npx skills add mongodb/agent-skills ``

  1. Install the MCP server: npx "mongodb-mcp-server@<3" setup and follow the instructions.

Local install from repository

  1. Clone the repository:

``bash git clone https://github.com/mongodb/agent-skills.git ``

  1. Install the skills for your platform:

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.

  1. Install the MCP server: npx "mongodb-mcp-server@<3" setup and follow the instructions.

Configuration

Using the MCP Server to connect to MongoDB requires authentication - you can use the mongodb-mcp-setup skill to guide you through the process. Alternatively, refer to the MongoDB MCP server documentation for a full list of configuration options.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.