{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_mongodb_mcp_server",
  "slug": "mongodb-mcp-server",
  "name": "MongoDB MCP Server",
  "canonical_url": "https://www.openagent.bot/plugins/mongodb-mcp-server",
  "category": "plugins",
  "resource_type": "plugin",
  "summary": "MongoDB MCP Server is an open-source Model Context Protocol server that connects AI assistants and agent tools to MongoDB databases and MongoDB Atlas clusters. It gives agents a structured way to inspect and work with MongoDB data through MCP.",
  "capabilities": [
    "plugin",
    "mcp",
    "protocol",
    "connectors"
  ],
  "constraints": [
    "open-source",
    "mcp-compatible"
  ],
  "scenarios": [
    "developer-workflow"
  ],
  "deployment_modes": [],
  "interfaces": [
    "repo"
  ],
  "integrations": [],
  "permission_surface": [
    "memory",
    "external services"
  ],
  "risk_level": "moderate",
  "source_confidence": "medium",
  "recommended_workflows": [
    "Coding agent workflow",
    "Connector or protocol layer"
  ],
  "avoid_when": [
    "Teams that do not use MongoDB",
    "Workflows that cannot expose database access to an agent tool even with permissions"
  ],
  "primary_actions": [
    "Inspect repository"
  ],
  "evidence_urls": [
    "https://github.com/mongodb-js/mongodb-mcp-server"
  ],
  "last_verified_at": "2026-06-10",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/plugins/mongodb-mcp-server.json",
    "markdown_url": "https://www.openagent.bot/plugins/mongodb-mcp-server.md",
    "agent_json_url": "https://www.openagent.bot/plugins/mongodb-mcp-server.agent.json"
  }
}