MCP Servers / database / Mongo

Mongo

JSON →
none172database

A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: mongo
Tools
What this server exposes
find
Query documents with filtering and projection
listCollections
List available collections
insertOne
Insert a single document
updateOne
Update a single document
deleteOne
Delete a single document
createIndex
Create a new index
dropIndex
Remove an index
indexes
List indexes for a collection
Configuration
Environment & auth
authnone
Resources
Mongo — MCP Server · libregistry