mongo_mcp_server

mongo_mcp_server

0

This project is a Model Context Protocol (MCP) server designed for MongoDB databases, featuring tools for creating entity relationship diagrams and generating queries using AI. It enhances database interaction by providing AI-driven query generation based on natural language descriptions.

Overview

A Model Context Protocol (MCP) server for MongoDB databases. It provides analysis of MongoDB database structure and AI-powered query generation.

Features

  • ERD Generation: Analyzes database collections to create an Entity Relationship Diagram (ERD).
  • Query Generation: Generates MongoDB queries based on natural language descriptions.

Setup and Run

  1. Install dependencies with npm.
  2. Build with npm.
  3. Run the server.

Development

  • Project structure is organized within the src/ directory.
  • Instructions for adding new tool files and implementing interfaces.