Mongodb Lens
未认领🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases
aiclaudedatabasellmmcpmodel-context-protocolmongodb
安装
$
npx -y mongodb-lens工具(10 个)
bulk-operations
Can perform batch deletions when configured to do so
create-user
Creates users with permissions that could enable further changes
delete-document
Removes documents matching specified criteria
drop-collection
Permanently deletes collections and all their documents
drop-database
Permanently deletes entire databases
drop-index
Removes indexes (can impact query performance)
drop-user
Removes database users and their access permissions
rename-collection
Can overwrite existing collections when using the drop target option
transaction
Executes multiple operations in a transaction (potential for complex changes)
update-document
Updates documents which could overwrite existing data