Đang tải…
Đang tải…
Official MongoDB MCP Server by MongoDB. Connect to MongoDB databases and Atlas clusters for querying, aggregation, and collection management.
npx claude-code-templates@latest --mcp database/mongodb-official{
"mcpServers": {
"mongodb-official": {
"description": "Official MongoDB MCP Server by MongoDB. Connect to MongoDB databases and Atlas clusters for querying, aggregation, and collection management.",
"command": "npx",
"args": ["-y", "mongodb-mcp-server@latest"],
"env": {
"MDB_MCP_CONNECTION_STRING": "<your-mongodb-connection-string>"
}
}
}
}