Skip to main content

Overview

MongoDB is a document-oriented database. Connect it to Civic to let your AI agent query and manipulate collections, manage schemas and indexes, and inspect database statistics.

Add to Civic

Connect MongoDB at nexus.civic.com

Available Tools (17)

ToolDescription
aggregateRun an aggregation pipeline against a collection
collection-indexesDescribe the indexes for a collection
collection-schemaDescribe a collection’s schema by sampling documents
collection-storage-sizeGet the storage size of a collection
countCount documents in a collection matching an optional filter
create-collectionCreate a new collection in a database
create-indexCreate an index on a collection
db-statsReturn statistics for a single database
delete-manyRemove all documents matching a filter from a collection
drop-collectionRemove a collection and its associated indexes
drop-databaseRemove a database and its data files
explainReturn query plan statistics for a find, aggregate, or count operation
exportExport query or aggregation results in EJSON format
findRun a find query against a collection
insert-manyInsert an array of documents into a collection
list-collectionsList all collections in a database
list-databasesList all databases for the connection
mongodb-logsReturn the most recent logged mongod events
rename-collectionRename a collection within a database
update-manyUpdate all documents matching a filter in a collection

Guardrails

This server supports all 14 universal guardrails. No server-specific guardrails are available.