mcp-mongodb
0
This project is a Model Context Protocol server designed for querying MongoDB databases. It provides tools for interacting with collections, executing read queries, and supports integration with various clients.
MongoDB
A Model Context Protocol server that provides read access to MongoDB databases. This server enables LLMs to interact with MongoDB collections and execute read queries.
Components
Tools
-
find
- Query documents in a MongoDB collection
-
findOne
- Find a single document in a collection
-
aggregate
- Execute an aggregation pipeline
-
listCollections
- List all collections in the database
-
getCollectionInfo
- Get information about a specific collection