MCP Directory

montumodi/mongodb-atlas-mcp-server

GitHub
Databases

A Model Context Protocol (MCP) that provides access to the MongoDB Atlas API. This server wraps the `mongodb-atlas-api-client` package to expose MongoDB Atlas functionality through MCP tools.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mongodb-atlas-mcp-server

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from montumodi/mongodb-atlas-mcp-server your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mongodb-atlas-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mongodb-atlas-mcp-server"
      ]
    }
  }
}

Route montumodi/mongodb-atlas-mcp-server intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mongodb-atlas-mcp-server

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use montumodi/mongodb-atlas-mcp-server directly without routing

npx -y mongodb-atlas-mcp-server

New to Agent-CoreX? View setup guide →

montumodi/mongodb-atlas-mcp-server MCP Server — Agent-CoreX