MongoDB
Summary
This MCP server, developed by kiliczsh, provides AI assistants like Claude with read-only access to MongoDB databases. It offers tools for querying collections, retrieving schema information, and executing aggregations. The server integrates seamlessly with Claude Desktop on both macOS and Windows, enabling AI-powered data analysis and insights. By bridging AI capabilities with MongoDB's flexible document model, this implementation facilitates natural language interactions with complex datasets. It is particularly useful for scenarios requiring data exploration, schema analysis, or generating insights from MongoDB-stored data in AI-assisted research, reporting, and decision-making applications.
Available Actions(7)
query
Execute MongoDB queries. Parameters: collection (string), filter (object), projection (object), limit (number), explain (optional string)
aggregate
Run aggregation pipelines. Parameters: collection (string), pipeline (array of objects), explain (optional string)
count
Count matching documents. Parameters: collection (string), query (object)
update
Modify documents. Parameters: collection (string), filter (object), update (object), upsert (boolean), multi (boolean)
insert
Add new documents. Parameters: collection (string), documents (array of objects)
createIndex
Create collection indexes. Parameters: collection (string), indexes (array of objects)
serverInfo
Get MongoDB server details. Parameters: includeDebugInfo (optional boolean)
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください