From 30ba09ac272d3cdf72bd8ec19986f90f88c05611 Mon Sep 17 00:00:00 2001 From: Alex Andru <58406316+QuantGeekDev@users.noreply.github.com> Date: Fri, 6 Dec 2024 03:15:43 +0100 Subject: [PATCH] Add Mongo MCP (#15) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 891c0bb..4c95124 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ - **[Playwright MCP Server](https://github.com/executeautomation/mcp-playwright)** - An MCP server using Playwright for browser automation and webscrapping - **[Perplexity](https://github.com/tanigami/mcp-server-perplexity)** - Interacting with Perplexity - **[Docker](https://github.com/QuantGeekDev/docker-mcp)** - Run and manage docker containers, docker compose, and logs +- **[Mongo](https://github.com/QuantGeekDev/mongo-mcp)** - A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases + ---