Integrate MongoDB MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with MongoDB
Updates many documents by query filter. See the documentation
Updates a single document by ID. See the docs here
Search for specific documents or return all documents. See the docs here
Finds a document by a query filter. See the documentation
Retrieves a single document by ID. See the docs here
Execute an aggregation pipeline on a MongoDB collection. See the documentation
Delete a single document by ID. See the docs here
Create a new document in a collection of your choice. See the docs here