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
- Install dependencies with npm.
- Build with npm.
- Run the server.
Development
- Project structure is organized within the
src/
directory. - Instructions for adding new tool files and implementing interfaces.