Connect Your AI Agent with MongoDB for Slack

Integrate MongoDB MCP server into your Slack workspace for instant access to your AI agent.

Back to MCP Servers
MongoDB
MongoDB
MongoDB is an open source NoSQL database management program.

Categories

Databases

Available Tools

Tools that your AI agent can use through this MCP server to interact with MongoDB

Update Documents

Updates many documents by query filter. See the documentation

Find Document

Finds a document by a query filter. See the documentation

Execute Aggregation

Execute an aggregation pipeline on a MongoDB collection. See the documentation

Update a Document

Updates a single document by ID. See the docs here

Search Documents

Search for specific documents or return all documents. See the docs here

Find Document by Id

Retrieves a single document by ID. See the docs here

Delete a Document

Delete a single document by ID. See the docs here

Create New Document

Create a new document in a collection of your choice. See the docs here