mongo-ts-mcp
Verified Safeby dapapkung
Overview
Integrate MongoDB operations with AI assistants via the Model Context Protocol (MCP) to enable natural language interaction for data querying, aggregation, and analysis.
Installation
npm startSecurity Notes
The server uses `JSON.parse` for filters, pipelines, and documents provided by the AI agent. While standard for MongoDB interaction, this relies on the Model Context Protocol (MCP) SDK and the AI agent to prevent malicious or malformed input. Credentials can be configured using environment variables via placeholders in `config.json`, which is a good security practice. No `eval` or obvious obfuscation found. The server communicates via stdio, limiting network attack surface. Connection options include `serverSelectionTimeoutMS`, `connectTimeoutMS`, `maxPoolSize`, `minPoolSize`, and `maxIdleTimeMS` for robustness.
Similar Servers
mongodb-mcp-server
Provides a robust AI agent interface for interacting with MongoDB databases and MongoDB Atlas cloud services, enabling tool-calling for data management, monitoring, and search operations.
mcp
An MCP server providing a set of mathematical tools (calculator functions) for remote execution via the Model Context Protocol.
MCP-para-todo
An educational MCP server that connects language models with external tools in real-time, focusing on providing real-world context and extending LLM capabilities.
node-red-mcp
Integrates AI agents with Node-RED for real-time flow management, monitoring, and dynamic automation.