This MongoDB MCP server implementation enables interaction with MongoDB databases through the Model Context Protocol. It utilizes TypeScript and the MongoDB driver to provide a bridge between MCP clients and MongoDB operations. The server is designed to run in various environments, including Windows (Git Bash and WSL) and Unix-like systems, making it versatile for different development setups. It's particularly useful for projects that require seamless integration of MongoDB capabilities into MCP-based workflows.
No reviews yet. Be the first to review!
Sign in to join the conversation
Lists available collections in the database.
Queries documents with filtering and projection.
Inserts a single document into a collection.
Updates a single document in a collection.
Deletes a single document from a collection.
Creates a new index on a collection.
Removes an index from a collection.
Lists indexes for a collection.