mongo-mcp
141
This project is a Model Context Protocol (MCP) server allowing large language models (LLMs) to smoothly interact with MongoDB databases using natural language communication. It offers features such as document querying, schema inspection, and index management.
查询工具
`find` (query document), `listCollections` (list collection), `insertOne` (insert document), `updateOne` (update document), `deleteOne` (delete document)
索引工具
`createIndex` (create index), `dropIndex` (delete index), `indexes` (list indexes)