{
  "id": "mongodb",
  "name": "MongoDB",
  "description": "Query MongoDB collections, inspect schemas, and run aggregation pipelines.",
  "docsUrl": "https://www.mongodb.com/docs/mcp-server/",
  "iconBg": "#00684A",
  "logoUrl": "https://cdn.simpleicons.org/mongodb/FFFFFF",
  "keywords": [
    "database",
    "nosql",
    "atlas"
  ],
  "connectionOptions": [
    {
      "id": "api",
      "provider": "mcp",
      "transport": {
        "kind": "stdio",
        "serverName": "mongodb",
        "command": "npx",
        "args": [
          "-y",
          "mongodb-mcp-server"
        ],
        "envFields": [
          {
            "key": "MDB_MCP_CONNECTION_STRING",
            "label": "MongoDB connection string",
            "type": "password",
            "placeholder": "mongodb+srv://user:pass@cluster.mongodb.net",
            "required": true,
            "helperText": "Connection string from your MongoDB Atlas cluster.",
            "helperLink": "https://www.mongodb.com/docs/atlas/connect-to-database-deployment/#connect-with-a-connection-string"
          }
        ]
      },
      "auth": {
        "strategy": "api_key"
      }
    }
  ]
}
