Back to Home
BootcampToProd icon

embabel-mongo-mcp-server

Verified Safe

by BootcampToProd

Overview

Enables AI agents to interact with a MongoDB database through natural language, performing operations like listing databases, querying, and inserting documents.

Installation

Run Command
mvn spring-boot:run

Environment Variables

  • OPENAI_API_KEY
  • MONGO_HOST
  • MONGO_PORT

Security Notes

The server directly parses and executes user-supplied JSON for complex MongoDB queries and document insertions. This allows AI agents (and potentially malicious actors if exposed without authentication) to execute arbitrary MongoDB operations. The security critically depends on the MongoDB user's permissions and strict access control for the MCP endpoint. No explicit input validation or sanitization is present for query or document JSON beyond what MongoDB's driver provides.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassLow
Avg Tokens750
Stars0
Forks0
Last Update2025-12-15

Tags

MongoDBAI AgentEmbabel FrameworkMCP ServerSpring Boot