MCP

Deepa0402/MCP

3.1

If you are the rightful owner of MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This document provides a comprehensive overview of a secure MongoDB MCP server designed for querying MongoDB databases with API key authentication.

MCP

Creating a MCP server

Secure Mongo MCP Server

This is a secure MongoDB MCP (Model Context Protocol) server that allows querying MongoDB with API key authentication.

Features

  • API key authentication
  • List collections in allowed databases
  • Find documents with filters and limits
  • Configurable MongoDB URI, database, and limits

Requirements

  • Python 3.9+
  • MongoDB running locally or remotely

Installation

git clone https://github.com/<your-username>/secure-mongo-mcp-server.git
cd secure-mongo-mcp-server
python -m venv .venv
source .venv/bin/activate   # On Windows: .venv\Scripts\activate
pip install -r requirements.txt