Skip to main content
Glama
184,844 tools. Last updated 2026-06-08 20:05

"MongoDB" matching MCP tools:

Matching MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    A Model Context Protocol server that provides access to MongoDB databases. This server enables LLMs to inspect collection schemas and execute read-only queries.
    Last updated
    8
    260
    279
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases. Query collections, inspect schemas, and manage data seamlessly through natural language.
    Last updated
    128
    173
    MIT
  • Detect NoSQL injection vulnerabilities by testing MongoDB operator injection in query parameters and JSON body. Identifies injection points using payloads for $ne, $gt, $regex, and $where operators.
    MIT
  • Test authentication bypass using NoSQL injection by sending payloads that exploit MongoDB query operators like $ne, $gt, and $regex to bypass password validation checks.
    MIT
  • Establish a connection to a MongoDB instance by providing a connection string. Use this to start or switch to a different MongoDB cluster.
  • Search MongoDB knowledge base including documentation and expert guidance. Filter results by data source and version to find relevant answers.
  • Returns execution statistics of the winning plan chosen by the query optimizer for a MongoDB method, aiding performance analysis.
  • Run a MongoDB aggregation pipeline against structured records to group, filter, and compute data, returning aggregated rows for analysis.
    MIT
  • Count documents in a MongoDB collection, using an optional query filter to count specific documents.