mongodb-mcp-server
Verified Safeby mohithka
Overview
A backend service providing an API for managing or interacting with data stored in MongoDB.
Installation
uvicorn main:app --host 0.0.0.0 --port 8000Security Notes
No explicit security features (e.g., authentication, authorization) are evident from the file names. Potential risks include API exposure without proper access control, insecure handling of MongoDB connection credentials (if hardcoded), and typical web application vulnerabilities like injection if input is not properly sanitized. Code review is essential before deployment, especially in production environments.
Similar Servers
lex
Provides a UK legal research API for AI agents, offering capabilities to search legislation, caselaw, amendments, and explanatory notes using semantic and keyword search, and includes a Micro-Copilot (MCP) server for integration with AI assistants.
MCP-server-
A Python-based server application handling user authentication, data storage, and potentially managing models or file uploads.
mcp_server_sample
Provides a backend API for managing school-related data, likely serving information stored in a SQLite database.
db-mcp-server
Serves as a Python backend API for managing data stored in a PostgreSQL database.