MCP server intelligence profile

MongoDB MCP Server

A read-only MCP server that enables Cursor IDE to query MongoDB databases for debugging and development, supporting collection listing, document finding, and counting

Local Onlyharryelv
Awaiting current scanNpm · 1.0.2

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
3Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @harryelv/mongodb-mcp-server from npm

Version 1.0.2 declares 1 executable entrypoint.

npm install --save-exact @harryelv/mongodb-mcp-server@1.0.2
npx -y -p @harryelv/mongodb-mcp-server@1.0.2 @harryelv/mongodb-mcp-server
MCP client configuration example
{
  "mcpServers": {
    "@harryelv/mongodb-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@harryelv/mongodb-mcp-server@1.0.2",
        "@harryelv/mongodb-mcp-server"
      ]
    }
  }
}

Identity

Canonical slugmongodb-mcp-server-d6799268DeploymentLocal Only
Canonical packagenpm:@harryelv/mongodb-mcp-serverRepositoryharryelv/mongodb-mcp-server
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@harryelv/mongodb-mcp-server1.0.21Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@harryelv/mongodb-mcp-server1.0.2CurrentSep 5, 20263 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
mongodb-mcp-serverServer-reported name
1Capability groups
Aug 23, 2026Observed

Tools 3

ToolCategoryAnnotationsRisk
countDocumentsCount documents in a MongoDB collection
Input schema
{
  "type": "object",
  "properties": {
    "collection": {
      "type": "string",
      "description": "Collection name"
    },
    "filter": {
      "type": "object",
      "additionalProperties": {},
      "description": "MongoDB filter object (JSON)"
    }
  },
  "required": [
    "collection"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
findDocumentsQuery documents from a MongoDB collection
Input schema
{
  "type": "object",
  "properties": {
    "collection": {
      "type": "string",
      "description": "Collection name"
    },
    "filter": {
      "type": "object",
      "additionalProperties": {},
      "description": "MongoDB filter object (JSON)"
    },
    "limit": {
      "type": "number",
      "default": 10,
      "description": "Maximum number of documents to return"
    }
  },
  "required": [
    "collection"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
listCollectionsList all collections in the MongoDB database
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {}
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

MongoDB MCP Server questions

How do I install MongoDB MCP Server?

Install the selected package version with: npm install --save-exact @harryelv/mongodb-mcp-server@1.0.2

What tools does MongoDB MCP Server provide?

MongoDB MCP Server exposed 3 tools during independent protocol observation, including countDocuments, findDocuments, listCollections.

Is MongoDB MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

MongoDB intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Database MCP ServersOfficial vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.