mongo-mcp-server
by Matteturtle09
This is an MCP server designed for querying MongoDB databases. It allows users to retrieve documents from specified collections.
View on GitHub
Last updated: N/A
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