Connects Claude to MongoDB databases with read-only access, exposing find, aggregate, count, and stats operations. You'd reach for this when you want an AI agent to query and analyze data in Mongo collections without any risk of writes or modifications. The aggregate support excludes write stages, so you get pipeline queries for grouping and transforming data while maintaining safety. Useful for debugging production databases, generating reports from live data, or letting Claude explore schema and answer questions about what's actually stored in your collections.
claude mcp add --transport stdio io.github.infoinlet-marketplace-mcp-mongodb uvx mcp-mongodb