MongoDB MCP Server πŸš€

by syedasad-kiwi

215 downloads
Not rated
GitHub

About

A powerful Model Context Protocol (MCP) server implementation for MongoDB integration

Details

Author
syedasad-kiwi
Downloads
215
Categories
Database

- Full MongoDB CRUD operations support
- Secure connection handling with MongoDB Atlas
- Async/await patterns for optimal performance
- Comprehensive error handling
- Docker support for easy deployment
- Query execution with proper type hints

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MongoDB MCP Server πŸš€
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Run with uvx mongodb-mcp-bridge (Python) or npx mongodb-mcp-bridge (Node.js); add --transport=sse for remote connections. Set the required MONGODB_URI environment variable and optionally MONGODB_DB and MCP_PORT. Docker support is available via docker build and docker run. Configure in VS Code, Cursor, or Windsurf using the provided JSON snippets.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mongodb mcp server \ud83d\ude80": {
            "mongodb-mcp-bridge": {
                "command": "uvx",
                "args": [
                    "mongodb-mcp-bridge"
                ]
            }
        }
    }
}

McpServers

{
    "mongodb-mcp-bridge": {
        "command": "uvx",
        "args": [
            "mongodb-mcp-bridge"
        ]
    }
}

MongoDB MCP Server πŸš€

A powerful Model Context Protocol (MCP) server implementation for MongoDB integration, providing seamless interaction with MongoDB databases through a standardized protocol.

🌟 Author

Syed Asad

πŸ“‹ Overview

This MCP server implementation provides a robust interface for interacting with MongoDB databases through the Model Context Protocol. It supports operations on databases, collections, and documents with proper async/await patterns and error handling.

✨ Features

- πŸ”„ Full MongoDB CRUD operations support
- πŸ” Secure connection handling with MongoDB Atlas
- 🚦 Async/await patterns for optimal performance
- πŸ›‘οΈ Comprehensive error handling
- πŸ“¦ Docker support for easy deployment
- πŸ” Query execution with proper type hints

πŸš€ Quick Start

Using uvx (Python)

```bash

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.