From 9bf2033123139dc974c97dab0d5f674bd4cbf58b Mon Sep 17 00:00:00 2001
From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com>
Date: Thu, 5 Dec 2024 20:03:37 -0600
Subject: [PATCH 1/3] use stable URL
Discord URL keeps breaking all the time. This endpoint automatically generates Discord invite.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a8871025..023e9c07 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ A curated list of awesome Model Context Protocol (MCP) servers.
## Community
* [r/mcp Reddit](https://www.reddit.com/r/mcp)
-* [Discord Server](https://discord.gg/TFE8FmjCdS)
+* [Discord Server](https://glama.ai/mcp/discord)
## Legend
From 25c7a4fb9cf2643ce87dc41e99e12ce5573e58fb Mon Sep 17 00:00:00 2001
From: Alex Andru <58406316+QuantGeekDev@users.noreply.github.com>
Date: Fri, 6 Dec 2024 03:10:10 +0100
Subject: [PATCH 2/3] Add Mongo MCP
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 023e9c07..385ee4ca 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,7 @@ Secure database access with schema inspection capabilities. Enables querying and
- [@modelcontextprotocol/server-postgres](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) 📇 🏠 - PostgreSQL database integration with schema inspection and query capabilities
- [@modelcontextprotocol/server-sqlite](https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite) 🐍 🏠 - SQLite database operations with built-in analysis features
- [ktanaka101/mcp-server-duckdb](https://github.com/ktanaka101/mcp-server-duckdb) 🐍 🏠 - DuckDB database integration with schema inspection and query capabilities
+- [QuantGeekDev/mongo-mcp](https://github.com/QuantGeekDev/mongo-mcp) 📇 🏠 - A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases.
### 💻 Developer Tools
From 2b133342997f2eee4af222244e0b618f31ad0538 Mon Sep 17 00:00:00 2001
From: Alex Andru <58406316+QuantGeekDev@users.noreply.github.com>
Date: Fri, 6 Dec 2024 03:20:51 +0100
Subject: [PATCH 3/3] UpdateMongoDB MCP
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 385ee4ca..5d9daad2 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ Secure database access with schema inspection capabilities. Enables querying and
- [@modelcontextprotocol/server-postgres](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) 📇 🏠 - PostgreSQL database integration with schema inspection and query capabilities
- [@modelcontextprotocol/server-sqlite](https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite) 🐍 🏠 - SQLite database operations with built-in analysis features
- [ktanaka101/mcp-server-duckdb](https://github.com/ktanaka101/mcp-server-duckdb) 🐍 🏠 - DuckDB database integration with schema inspection and query capabilities
-- [QuantGeekDev/mongo-mcp](https://github.com/QuantGeekDev/mongo-mcp) 📇 🏠 - A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases.
+- [QuantGeekDev/mongo-mcp](https://github.com/QuantGeekDev/mongo-mcp) 📇 🏠 - MongoDB integration that enables LLMs to interact directly with databases.
### 💻 Developer Tools