Skip to content

Deepa0402/MCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Creating a MCP server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages