mongo-mcp-server
2
The mongo-mcp-server is a specialized server for interacting with MongoDB databases through the Model Context Protocol, offering tools for document retrieval.
mongo-mcp-server
This is a MCP server for querying mongodb databases.
Tools
get-collection-documents
Inputs
- collection:
string
, mongodb collection name - database:
string
, mongodb databse name
Output
- result:
list
, list of documents in the collection