From 8921caee657029644d631ef20c3e36cdfd550fb6 Mon Sep 17 00:00:00 2001 From: "Dana K. Williams" Date: Wed, 4 Dec 2024 05:41:14 -0500 Subject: [PATCH 1/3] Update Databases category description and add MySQL MCP server --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 832d801b..4e18c875 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,10 @@ Provides access to customer profiles inside of customer data platforms ### πŸ—„οΈ Databases -Secure database access with schema inspection capabilities. Enables querying and analyzing data while maintaining read-only safety by default. +Secure database access with schema inspection capabilities. Enables querying and analyzing data with configurable security controls including read-only access. - [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) 🐍 ☁️ - BigQuery database integration with schema inspection and query capabilities +- [designcomputer/mysql_mcp_server](https://github.com/designcomputer/mysql_mcp_server) 🐍 🏠 - MySQL database integration with configurable access controls, schema inspection, and comprehensive security guidelines - [@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 From 93afbecd44835054ecac4f7ea2713336f7f1ff55 Mon Sep 17 00:00:00 2001 From: Ruud Huijts Date: Wed, 4 Dec 2024 12:48:39 +0100 Subject: [PATCH 2/3] Add NS Travel Information MCP Server under new Travel & Transportation category --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 832d801b..6141da47 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ A curated list of awesome Model Context Protocol (MCP) servers. * πŸ—ΊοΈ - [Location Services](#location-services) * πŸ“Š - [Monitoring](#monitoring) * πŸ”Ž - [Search](#search) +* πŸ”„ - [Travel & Transportation](#travel-and-transportation) * πŸ”„ - [Version Control](#version-control) * πŸ› οΈ - [Other Tools and Integrations](#other-tools-and-integrations) @@ -121,6 +122,12 @@ Access and analyze application monitoring data. Enables AI models to review erro - [Tomatio13/mcp-server-tavily](https://github.com/Tomatio13/mcp-server-tavily) ☁️ 🐍 – Tavily AI search API - [blazickjp/arxiv-mcp-server](https://github.com/blazickjp/arxiv-mcp-server) ☁️ 🐍 - Search ArXiv research papers +### πŸ”„ Travel & Transportation + +Access to travel and transportation information. Enables querying schedules, routes, and real-time travel data. + +- [NS Travel Information MCP Server](https://github.com/r-huijts/ns-mcp-server) πŸ“‡ ☁️ - Access Dutch Railways (NS) travel information, schedules, and real-time updates + ### πŸ”„ Version Control Interact with Git repositories and version control platforms. Enables repository management, code analysis, pull request handling, issue tracking, and other version control operations through standardized APIs. From 8e96d291caaf75c1eb61bc0b167dc9c7d82cf441 Mon Sep 17 00:00:00 2001 From: Ruud Huijts Date: Wed, 4 Dec 2024 13:02:59 +0100 Subject: [PATCH 3/3] changed icon for category --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6141da47..d43d792b 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [Tomatio13/mcp-server-tavily](https://github.com/Tomatio13/mcp-server-tavily) ☁️ 🐍 – Tavily AI search API - [blazickjp/arxiv-mcp-server](https://github.com/blazickjp/arxiv-mcp-server) ☁️ 🐍 - Search ArXiv research papers -### πŸ”„ Travel & Transportation +### πŸš† Travel & Transportation Access to travel and transportation information. Enables querying schedules, routes, and real-time travel data.