manpreet2000_mcp-database-server

manpreet2000_mcp-database-server

0

MCP Database Server is a Model Context Protocol server that allows Large Language Models to interact with databases using natural language queries. It currently supports MongoDB and plans to extend to other databases like PostgreSQL and Redis. The server provides functionalities like querying, inserting, and deleting documents.

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