MCP.so
Sign In

Mongodb

@ihiteshsharma

About Mongodb

MCP Servers to extend functionality

Basic information

Category

Databases

License

MIT

Runtime

node

Transports

stdio

Publisher

ihiteshsharma

Submitted by

Hitesh Sharma

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mongodb": {
      "command": "docker",
      "args": [
        "run",
        "-e",
        "MONGODB_URI=mongodb://username:password@host:27017/mydatabase",
        "mongodb-mcp-server"
      ],
      "env": {
        "MONGODB_URI": "mongodb://username:password@host:27017/mydatabase"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Mongodb?

How to use Mongodb?

Key features of Mongodb

Use cases of Mongodb

FAQ from Mongodb

Comments

More Databases MCP servers