{"slug":"sourabhfb/mongodb-mcp-that-works","name":"MongoDB That Works","description":"A MongoDB MCP server with schema discovery and field validation. Requires a MONGODB_URI environment variable.","category":"database","tags":[],"official":false,"stars":0,"transport":null,"install":[{"cmd":"npm install -g @sourabhshegane/mongodb-mcp-that-works","imports":[]}],"tools":[{"name":"find_documents","description":"Find documents in a MongoDB collection with optional filtering, projection, sorting, and pagination."},{"name":"insert_documents","description":"Insert one or more documents into a MongoDB collection."},{"name":"update_documents","description":"Update documents in a MongoDB collection matching a filter."},{"name":"delete_documents","description":"Delete documents from a MongoDB collection matching a filter."},{"name":"aggregate","description":"Run an aggregation pipeline on a MongoDB collection."},{"name":"list_collections","description":"List all collections in the connected MongoDB database."},{"name":"create_collection","description":"Create a new collection in the MongoDB database."},{"name":"drop_collection","description":"Drop a collection from the MongoDB database."},{"name":"create_index","description":"Create an index on a collection."},{"name":"drop_index","description":"Drop an index from a collection."},{"name":"list_indexes","description":"List all indexes on a collection."},{"name":"count_documents","description":"Count documents in a collection matching a filter."},{"name":"distinct_values","description":"Get distinct values for a field across documents in a collection."},{"name":"find_one_and_update","description":"Find a single document and update it atomically."},{"name":"find_one_and_delete","description":"Find a single document and delete it atomically."},{"name":"bulk_write","description":"Execute multiple write operations in bulk."},{"name":"run_command","description":"Run a raw MongoDB command against the database."},{"name":"get_server_status","description":"Get the status of the MongoDB server."},{"name":"explain_query","description":"Get the execution plan for a query."},{"name":"validate_collection","description":"Validate a collection's data and indexes."}],"env_vars":[],"auth_type":"none","github":"https://github.com/sourabhfb/mongodb-mcp-that-works","homepage":"","server_url":"","status":"active","source":"mcpservers.org","updated_at":"Thu May 28"}