mcp-database-server

mcp-database-server

0

The MCP Database Server is a protocol server that enables large language models to perform database interactions via natural language. It currently supports MongoDB and features such as document querying, insertion, and aggregation. Future updates will expand support to other database systems.

getCollections

List all collections in the connection database

getCollection

Retrieve documents from collections, supporting query parameters, restrictions and projections

insertOne

Insert a single document into the collection

deleteOne

Delete a single document from a collection

aggregate

Perform an aggregate pipeline operation