From 3f3e313b794dd76dec033a51fd79196ff8d0b02f Mon Sep 17 00:00:00 2001 From: Stefanie Jane Date: Wed, 19 Mar 2025 10:12:49 -0700 Subject: [PATCH 01/21] Add DroidMind and Lucidity MCP servers * DroidMind is an MCP server to manage and control Android devices via MCP * Lucidity is an MCP that can analyze your current changeset for common issues encountered when using coding assistants --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 263cf17f..bf15c011 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,7 @@ Tools and integrations that enhance the development workflow and environment man - [@Jktfe/serveMyAPI](https://github.com/Jktfe/serveMyAPI) 📇 🏠 🍎 - A personal MCP (Model Context Protocol) server for securely storing and accessing API keys across projects using the macOS Keychain. - [@xzq.xu/jvm-mcp-server](https://github.com/xzq-xu/jvm-mcp-server) 📇 🏠 - An implementation project of a JVM-based MCP (Model Context Protocol) server. - [@yangkyeongmo@/mcp-server-apache-airflow](https://github.com/yangkyeongmo/mcp-server-apache-airflow) 🐍 🏠 - MCP server that connects to [Apache Airflow](https://airflow.apache.org/) using official client. +- [hyperb1iss/droidmind](https://github.com/hyperb1iss/droidmind) 🐍 🏠 - Control Android devices with AI through MCP, enabling device control, debugging, system analysis, and UI automation with a comprehensive security framework. ### 🧮 Data Science Tools @@ -298,6 +299,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [@modelcontextprotocol/server-raygun](https://github.com/MindscapeHQ/mcp-server-raygun) 📇 ☁️ - Raygun API V3 integration for crash reporting and real user monitoring - [metoro-io/metoro-mcp-server](https://github.com/metoro-io/metoro-mcp-server) 🎖️ 🏎️ ☁️ - Query and interact with kubernetes environments monitored by Metoro - [grafana/mcp-grafana](https://github.com/grafana/mcp-grafana) 🎖️ 🐍 🏠 ☁️ - Search dashboards, investigate incidents and query datasources in your Grafana instance +- [hyperb1iss/lucidity-mcp](https://github.com/hyperb1iss/lucidity-mcp) 🐍 🏠 - Enhance AI-generated code quality through intelligent, prompt-based analysis across 10 critical dimensions from complexity to security vulnerabilities ### 🔎 Search From f5d03193ca35eff96ea00d29ff2b4cc451f3ee81 Mon Sep 17 00:00:00 2001 From: CoderGamester Date: Wed, 19 Mar 2025 20:37:19 +0200 Subject: [PATCH 02/21] Add Gaming section for japanese and chinese readme files add Unity3d MCP server --- README-ja.md | 8 ++++++++ README-zh.md | 8 ++++++++ README.md | 1 + 3 files changed, 17 insertions(+) diff --git a/README-ja.md b/README-ja.md index 2e932ea1..13269915 100644 --- a/README-ja.md +++ b/README-ja.md @@ -49,6 +49,7 @@ * 🗄️ - [データベース](#databases) * 🛠️ - [開発者ツール](#developer-tools) * 📂 - [ファイルシステム](#file-systems) +* 🎮 - [ ゲーミング](#gaming) * 🧠 - [知識と記憶](#knowledge--memory) * 🗺️ - [位置情報サービス](#location-services) * 📊 - [監視](#monitoring) @@ -132,6 +133,13 @@ Webコンテンツのアクセスと自動化機能。AIに優しい形式でWeb - [mark3labs/mcp-filesystem-server](https://github.com/mark3labs/mcp-filesystem-server) 🏎️ 🏠 - ローカルファイルシステムアクセスのためのGolang実装。 - [Xuanwo/mcp-server-opendal](https://github.com/Xuanwo/mcp-server-opendal) 🐍 🏠 ☁️ - Apache OpenDAL™ でどのストレージにもアクセスできます +### 🎮 ゲーミング + +ゲーミングに関連するデータとサービスとの統合 + +- [rishijatia/fantasy-pl-mcp](https://github.com/rishijatia/fantasy-pl-mcp/) 🐍 ☁️ - 実際のFantasy Premier Leagueデータと分析ツールのためのMCPサーバー +- [CoderGamester/mcp-unity](https://github.com/CoderGamester/mcp-unity) 📇 #️⃣ 🏠 - Unity3dゲームエンジン統合によるゲーム開発用MCPサーバー + ### 🧠 知識と記憶 知識グラフ構造を使用した永続的なメモリストレージ。セッション間で構造化情報を維持およびクエリすることができます。 diff --git a/README-zh.md b/README-zh.md index 51e56f8d..6c5e62ea 100644 --- a/README-zh.md +++ b/README-zh.md @@ -69,6 +69,7 @@ * 🛠️ - [开发者工具](#developer-tools) * 📂 - [文件系统](#file-systems) * 💰 - [Finance & Fintech](#finance--fintech) +* 🎮 - [游戏](#gaming) * 🧠 - [知识与记忆](#knowledge--memory) * 🗺️ - [位置服务](#location-services) * 🎯 - [营销](#marketing) @@ -214,6 +215,13 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [berlinbra/alpha-vantage-mcp](https://github.com/berlinbra/alpha-vantage-mcp) 🐍 ☁️ - Alpha Vantage API 集成,用于获取股票和加密货币信息 - [ferdousbhai/tasty-agent](https://github.com/ferdousbhai/tasty-agent) 🐍 ☁️ - Tastyworks API 集成,用于管理 Tastytrade 平台的交易活动 +### 🎮 游戏 + +游戏相关数据和服务集成 + +- [rishijatia/fantasy-pl-mcp](https://github.com/rishijatia/fantasy-pl-mcp/) 🐍 ☁️ - 用于实时 Fantasy Premier League 数据和分析工具的 MCP 服务器。 +- [CoderGamester/mcp-unity](https://github.com/CoderGamester/mcp-unity) 📇 #️⃣ 🏠 - Unity3d 游戏引擎集成 MCP 服务器 + ### 🧠 知识与记忆 使用知识图谱结构的持久内存存储。使 AI 模型能够跨会话维护和查询结构化信息。 diff --git a/README.md b/README.md index 263cf17f..6dd416d4 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,7 @@ Financial data access and cryptocurrency market information. Enables querying re Integration with gaming related data, and services - [rishijatia/fantasy-pl-mcp](https://github.com/rishijatia/fantasy-pl-mcp/) 🐍 ☁️ - An MCP server for real-time Fantasy Premier League data and analysis tools. +- [CoderGamester/mcp-unity](https://github.com/CoderGamester/mcp-unity) 📇 #️⃣ 🏠 - MCP Server for Unity3d Game Engine integration for game development ### 🧠 Knowledge & Memory From 7a5cbfba4475309c6f954c013031f90810a8dfd4 Mon Sep 17 00:00:00 2001 From: Sylvain Kalache Date: Wed, 19 Mar 2025 14:55:03 -0400 Subject: [PATCH 03/21] Update README.md Adding Rootly MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 263cf17f..37951cd4 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,7 @@ Tools and integrations that enhance the development workflow and environment man - [@Jktfe/serveMyAPI](https://github.com/Jktfe/serveMyAPI) 📇 🏠 🍎 - A personal MCP (Model Context Protocol) server for securely storing and accessing API keys across projects using the macOS Keychain. - [@xzq.xu/jvm-mcp-server](https://github.com/xzq-xu/jvm-mcp-server) 📇 🏠 - An implementation project of a JVM-based MCP (Model Context Protocol) server. - [@yangkyeongmo@/mcp-server-apache-airflow](https://github.com/yangkyeongmo/mcp-server-apache-airflow) 🐍 🏠 - MCP server that connects to [Apache Airflow](https://airflow.apache.org/) using official client. +- [Rootly-AI-Labs/Rootly-MCP-server](https://github.com/Rootly-AI-Labs/Rootly-MCP-server) 🎖️🐍☁️🍎 - MCP server for the incident management platform [Rootly](https://rootly.com/). ### 🧮 Data Science Tools From e891164398450b5fca559a62e7ad589aae613fe1 Mon Sep 17 00:00:00 2001 From: Sylvain Kalache Date: Wed, 19 Mar 2025 15:06:17 -0400 Subject: [PATCH 04/21] Update README-ja.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RootlyのMCPサーバーを追加中 --- README-ja.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-ja.md b/README-ja.md index 2e932ea1..1dd967da 100644 --- a/README-ja.md +++ b/README-ja.md @@ -122,6 +122,7 @@ Webコンテンツのアクセスと自動化機能。AIに優しい形式でWeb - [@joshuarileydev/terminal-mcp-server](https://www.npmjs.com/package/@joshuarileydev/terminal-mcp-server) 📇 🏠 - 任意のシェルターミナルコマンドを実行するためのMCPサーバー - [tumf/mcp-text-editor](https://github.com/tumf/mcp-text-editor) - ラインエディタ 行単位の取得と編集ができるので、特に大きなファイルの一部書き換えを効率的に行う - [ferrislucas/iterm-mcp](https://github.com/ferrislucas/iterm-mcp) 🖥️ 🛠️ 💬 - iTermへのアクセスを提供するモデルコンテキストプロトコルサーバー。コマンドを実行し、iTermターミナルで見た内容について質問することができます。 +- [Rootly-AI-Labs/Rootly-MCP-server](https://github.com/Rootly-AI-Labs/Rootly-MCP-server) 🎖️🐍☁️🍎 - インシデント管理プラットフォーム[Rootly](https://rootly.com/)向けのMCPサーバー ### 📂 ファイルシステム From 51c0ec337ab1593fa39ce66b0688f3bc283dbf79 Mon Sep 17 00:00:00 2001 From: Sylvain Kalache Date: Wed, 19 Mar 2025 15:07:53 -0400 Subject: [PATCH 05/21] Update README-zh.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 用于事件管理平台 Rootly 的 MCP 服务器 --- README-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-zh.md b/README-zh.md index 51e56f8d..d3881b9d 100644 --- a/README-zh.md +++ b/README-zh.md @@ -185,6 +185,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [vivekVells/mcp-pandoc](https://github.com/vivekVells/mcp-pandoc) 🗄️ 🚀 - 基于 Pandoc 的 MCP 服务器,支持 Markdown、HTML、PDF、DOCX(.docx)、csv 等格式之间的无缝转换 - [pskill9/website-downloader](https://github.com/pskill9/website-downloader) 🗄️ 🚀 - 这个 MCP 服务器提供了使用 wget 下载完整网站的工具,可保留网站结构并转换链接以支持本地访问 - [j4c0bs/mcp-server-sql-analyzer](https://github.com/j4c0bs/mcp-server-sql-analyzer) 🐍 - 基于 [SQLGlot](https://github.com/tobymao/sqlglot) 的 MCP 服务器,提供 SQL 分析、代码检查和方言转换功能 +- - [Rootly-AI-Labs/Rootly-MCP-server](https://github.com/Rootly-AI-Labs/Rootly-MCP-server) 🎖️🐍☁️🍎 - 用于事件管理平台 Rootly](https://rootly.com/) 的 MCP 服务器 ### 🧮 数据科学工具 From 7839b97e86b6bb5d9013ada2bdaf68b0a74fefb9 Mon Sep 17 00:00:00 2001 From: YuChenSSR Date: Thu, 20 Mar 2025 04:04:44 +0800 Subject: [PATCH 06/21] Add the link and description of mindmap-mcp-server. --- README-ja.md | 2 ++ README-zh.md | 2 ++ README.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/README-ja.md b/README-ja.md index 2e932ea1..87648802 100644 --- a/README-ja.md +++ b/README-ja.md @@ -123,6 +123,8 @@ Webコンテンツのアクセスと自動化機能。AIに優しい形式でWeb - [tumf/mcp-text-editor](https://github.com/tumf/mcp-text-editor) - ラインエディタ 行単位の取得と編集ができるので、特に大きなファイルの一部書き換えを効率的に行う - [ferrislucas/iterm-mcp](https://github.com/ferrislucas/iterm-mcp) 🖥️ 🛠️ 💬 - iTermへのアクセスを提供するモデルコンテキストプロトコルサーバー。コマンドを実行し、iTermターミナルで見た内容について質問することができます。 +- [YuChenSSR/mindmap-mcp-server](https://github.com/YuChenSSR/mindmap-mcp-server) 🐍 🏠 - きれいなインタラクティブなマインドマップを生成するためのモデルコンテキストプロトコル(MCP)サーバ。 + ### 📂 ファイルシステム 構成可能な権限を備えたローカルファイルシステムへの直接アクセスを提供します。指定されたディレクトリ内のファイルを読み取り、書き込み、管理することができます。 diff --git a/README-zh.md b/README-zh.md index 51e56f8d..c134cef7 100644 --- a/README-zh.md +++ b/README-zh.md @@ -186,6 +186,8 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [pskill9/website-downloader](https://github.com/pskill9/website-downloader) 🗄️ 🚀 - 这个 MCP 服务器提供了使用 wget 下载完整网站的工具,可保留网站结构并转换链接以支持本地访问 - [j4c0bs/mcp-server-sql-analyzer](https://github.com/j4c0bs/mcp-server-sql-analyzer) 🐍 - 基于 [SQLGlot](https://github.com/tobymao/sqlglot) 的 MCP 服务器,提供 SQL 分析、代码检查和方言转换功能 +- [YuChenSSR/mindmap-mcp-server](https://github.com/YuChenSSR/mindmap-mcp-server) 🐍 🏠 - 用于生成漂亮交互式思维导图mindmap的模型上下文协议(MCP)服务器。 + ### 🧮 数据科学工具 旨在简化数据探索、分析和增强数据科学工作流程的集成和工具。 diff --git a/README.md b/README.md index 263cf17f..269c7a05 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,8 @@ Tools and integrations that enhance the development workflow and environment man - [@xzq.xu/jvm-mcp-server](https://github.com/xzq-xu/jvm-mcp-server) 📇 🏠 - An implementation project of a JVM-based MCP (Model Context Protocol) server. - [@yangkyeongmo@/mcp-server-apache-airflow](https://github.com/yangkyeongmo/mcp-server-apache-airflow) 🐍 🏠 - MCP server that connects to [Apache Airflow](https://airflow.apache.org/) using official client. +- [YuChenSSR/mindmap-mcp-server](https://github.com/YuChenSSR/mindmap-mcp-server) 🐍 🏠 - A Model Context Protocol (MCP) server for generating a beautiful interactive mindmap. + ### 🧮 Data Science Tools Integrations and tools designed to simplify data exploration, analysis and enhance data science workflows. From 5f74198b3dd79e0ec2f6b9b40a1b95bacb830c7f Mon Sep 17 00:00:00 2001 From: Solomon Elias <60202842+Coding-Solo@users.noreply.github.com> Date: Wed, 19 Mar 2025 18:30:30 -0400 Subject: [PATCH 07/21] add godot-mcp --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 263cf17f..9fc83b68 100644 --- a/README.md +++ b/README.md @@ -258,9 +258,10 @@ Financial data access and cryptocurrency market information. Enables querying re ### 🎮 Gaming -Integration with gaming related data, and services +Integration with gaming related data, game engines, and services - [rishijatia/fantasy-pl-mcp](https://github.com/rishijatia/fantasy-pl-mcp/) 🐍 ☁️ - An MCP server for real-time Fantasy Premier League data and analysis tools. +- [Coding-Solo/godot-mcp](https://github.com/Coding-Solo/godot-mcp) 📇 🏠 - A MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot projects. ### 🧠 Knowledge & Memory From 5bdcb37f7d1cb624386cce21008d9a59a74065ff Mon Sep 17 00:00:00 2001 From: YuChenSSR <55662670+YuChenSSR@users.noreply.github.com> Date: Thu, 20 Mar 2025 06:32:17 +0800 Subject: [PATCH 08/21] update README-ja.md --- README-ja.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README-ja.md b/README-ja.md index 87648802..e04573a7 100644 --- a/README-ja.md +++ b/README-ja.md @@ -122,7 +122,6 @@ Webコンテンツのアクセスと自動化機能。AIに優しい形式でWeb - [@joshuarileydev/terminal-mcp-server](https://www.npmjs.com/package/@joshuarileydev/terminal-mcp-server) 📇 🏠 - 任意のシェルターミナルコマンドを実行するためのMCPサーバー - [tumf/mcp-text-editor](https://github.com/tumf/mcp-text-editor) - ラインエディタ 行単位の取得と編集ができるので、特に大きなファイルの一部書き換えを効率的に行う - [ferrislucas/iterm-mcp](https://github.com/ferrislucas/iterm-mcp) 🖥️ 🛠️ 💬 - iTermへのアクセスを提供するモデルコンテキストプロトコルサーバー。コマンドを実行し、iTermターミナルで見た内容について質問することができます。 - - [YuChenSSR/mindmap-mcp-server](https://github.com/YuChenSSR/mindmap-mcp-server) 🐍 🏠 - きれいなインタラクティブなマインドマップを生成するためのモデルコンテキストプロトコル(MCP)サーバ。 ### 📂 ファイルシステム From 017e7bf485827d436a8326f90e1b4dc3cee7d5db Mon Sep 17 00:00:00 2001 From: YuChenSSR <55662670+YuChenSSR@users.noreply.github.com> Date: Thu, 20 Mar 2025 06:33:16 +0800 Subject: [PATCH 09/21] update README-zh.md --- README-zh.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README-zh.md b/README-zh.md index c134cef7..a56fbd69 100644 --- a/README-zh.md +++ b/README-zh.md @@ -185,7 +185,6 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [vivekVells/mcp-pandoc](https://github.com/vivekVells/mcp-pandoc) 🗄️ 🚀 - 基于 Pandoc 的 MCP 服务器,支持 Markdown、HTML、PDF、DOCX(.docx)、csv 等格式之间的无缝转换 - [pskill9/website-downloader](https://github.com/pskill9/website-downloader) 🗄️ 🚀 - 这个 MCP 服务器提供了使用 wget 下载完整网站的工具,可保留网站结构并转换链接以支持本地访问 - [j4c0bs/mcp-server-sql-analyzer](https://github.com/j4c0bs/mcp-server-sql-analyzer) 🐍 - 基于 [SQLGlot](https://github.com/tobymao/sqlglot) 的 MCP 服务器,提供 SQL 分析、代码检查和方言转换功能 - - [YuChenSSR/mindmap-mcp-server](https://github.com/YuChenSSR/mindmap-mcp-server) 🐍 🏠 - 用于生成漂亮交互式思维导图mindmap的模型上下文协议(MCP)服务器。 ### 🧮 数据科学工具 From 89535bc8719c2f7dd8cf99e2b184220b6a9bed4f Mon Sep 17 00:00:00 2001 From: YuChenSSR <55662670+YuChenSSR@users.noreply.github.com> Date: Thu, 20 Mar 2025 06:34:05 +0800 Subject: [PATCH 10/21] update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 269c7a05..cd2ff0c0 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,6 @@ Tools and integrations that enhance the development workflow and environment man - [@Jktfe/serveMyAPI](https://github.com/Jktfe/serveMyAPI) 📇 🏠 🍎 - A personal MCP (Model Context Protocol) server for securely storing and accessing API keys across projects using the macOS Keychain. - [@xzq.xu/jvm-mcp-server](https://github.com/xzq-xu/jvm-mcp-server) 📇 🏠 - An implementation project of a JVM-based MCP (Model Context Protocol) server. - [@yangkyeongmo@/mcp-server-apache-airflow](https://github.com/yangkyeongmo/mcp-server-apache-airflow) 🐍 🏠 - MCP server that connects to [Apache Airflow](https://airflow.apache.org/) using official client. - - [YuChenSSR/mindmap-mcp-server](https://github.com/YuChenSSR/mindmap-mcp-server) 🐍 🏠 - A Model Context Protocol (MCP) server for generating a beautiful interactive mindmap. ### 🧮 Data Science Tools From 61844386f1bf97b3ce563bef761de89be4b9a456 Mon Sep 17 00:00:00 2001 From: Solomon Elias <60202842+Coding-Solo@users.noreply.github.com> Date: Wed, 19 Mar 2025 18:35:24 -0400 Subject: [PATCH 11/21] fix alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fc83b68..7c5fafd6 100644 --- a/README.md +++ b/README.md @@ -260,8 +260,8 @@ Financial data access and cryptocurrency market information. Enables querying re Integration with gaming related data, game engines, and services -- [rishijatia/fantasy-pl-mcp](https://github.com/rishijatia/fantasy-pl-mcp/) 🐍 ☁️ - An MCP server for real-time Fantasy Premier League data and analysis tools. - [Coding-Solo/godot-mcp](https://github.com/Coding-Solo/godot-mcp) 📇 🏠 - A MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot projects. +- [rishijatia/fantasy-pl-mcp](https://github.com/rishijatia/fantasy-pl-mcp/) 🐍 ☁️ - An MCP server for real-time Fantasy Premier League data and analysis tools. ### 🧠 Knowledge & Memory From cc28e9173c4e755686801605ff2b30cbf00731f4 Mon Sep 17 00:00:00 2001 From: Suyog Sonwalkar Date: Wed, 19 Mar 2025 19:41:12 -0700 Subject: [PATCH 12/21] Add mcp-chat as utility Hi, I wrote [mcp-chat](https://github.com/Flux159/mcp-chat) in order to quickly test & iterate with prompts for my kubernetes mcp server. Thought the utility would be helpful for other MCP server developers so decided to add it here --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fbb5ed67..1f392fe7 100644 --- a/README.md +++ b/README.md @@ -444,6 +444,7 @@ Interact with Git repositories and version control platforms. Enables repository - [kukapay/whereami-mcp](https://github.com/kukapay/whereami-mcp) 🐍 ☁️ - A lightweight mcp server that tells you exactly where you are based on your current IP. - [kukapay/whattimeisit-mcp](https://github.com/kukapay/whattimeisit-mcp) 🐍 ☁️ - A lightweight mcp server that tells you exactly what time is it. - [kukapay/whoami-mcp](https://github.com/kukapay/whoami-mcp) 🐍 🏠 - A lightweight MCP server that tells you exactly who you are. +- [flux159/mcp-chat](https://github.com/flux159/mcp-chat) 📇🖥️ - A CLI based client to chat and connect with any MCP server. Useful during development & testing of MCP servers. ## Tips and Tricks From ed95b78092f088b1c8bba0c8a7df92cd53211df2 Mon Sep 17 00:00:00 2001 From: wenhuwang Date: Thu, 20 Mar 2025 13:41:43 +0800 Subject: [PATCH 13/21] docs: add mcp-k8s-eye Signed-off-by: wenhuwang --- README-ja.md | 1 + README-zh.md | 1 + README.md | 1 + 3 files changed, 3 insertions(+) diff --git a/README-ja.md b/README-ja.md index 4baccde8..3bf80f88 100644 --- a/README-ja.md +++ b/README-ja.md @@ -73,6 +73,7 @@ Webコンテンツのアクセスと自動化機能。AIに優しい形式でWeb - [Cloudflare MCP Server](https://github.com/cloudflare/mcp-server-cloudflare) 🎖️ 📇 ☁️ - Workers、KV、R2、D1を含むCloudflareサービスとの統合 - [Kubernetes MCP Server](https://github.com/strowk/mcp-k8s-go) - 🏎️ ☁️ MCPを通じたKubernetesクラスター操作 +- [wenhuwang/mcp-k8s-eye](https://github.com/wenhuwang/mcp-k8s-eye) 🏎️ ☁️/🏠 Kubernetes クラスターのリソース管理と、クラスターとアプリケーションの健全性ステータスの詳細な分析を提供します。 ### 💬 コミュニケーション diff --git a/README-zh.md b/README-zh.md index 64d954be..fa6cc685 100644 --- a/README-zh.md +++ b/README-zh.md @@ -105,6 +105,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [Cloudflare MCP Server](https://github.com/cloudflare/mcp-server-cloudflare) 🎖️ 📇 ☁️ - 与 Cloudflare 服务集成,包括 Workers、KV、R2 和 D1 - [Kubernetes MCP Server](https://github.com/strowk/mcp-k8s-go) - 🏎️ ☁️ 通过 MCP 操作 Kubernetes 集群 - [@flux159/mcp-server-kubernetes](https://github.com/Flux159/mcp-server-kubernetes) - 📇 ☁️/🏠 使用 Typescript 实现 Kubernetes 集群中针对 pod、部署、服务的操作。 +- [wenhuwang/mcp-k8s-eye](https://github.com/wenhuwang/mcp-k8s-eye) 🏎️ ☁️/🏠 提供 Kubernetes 集群资源管理, 深度分析集群和应用的健康状态 - [johnneerdael/netskope-mcp](https://github.com/johnneerdael/netskope-mcp) 🔒 ☁️ - 提供对 Netskope Private Access 环境中所有组件的访问权限,包含详细的设置信息和 LLM 使用示例。 ### 🖥️ Command Line diff --git a/README.md b/README.md index fbb5ed67..d2b4b37a 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ Cloud platform service integration. Enables management and interaction with clou - [Kubernetes MCP Server](https://github.com/strowk/mcp-k8s-go) - 🏎️ ☁️/🏠 Kubernetes cluster operations through MCP - [@flux159/mcp-server-kubernetes](https://github.com/Flux159/mcp-server-kubernetes) - 📇 ☁️/🏠 Typescript implementation of Kubernetes cluster operations for pods, deployments, services. - [@manusa/Kubernetes MCP Server](https://github.com/manusa/kubernetes-mcp-server) - 🏎️ 🏠 A powerful Kubernetes MCP server with additional support for OpenShift. Besides providing CRUD operations for **any** Kubernetes resource, this server provides specialized tools to interact with your cluster. +- [wenhuwang/mcp-k8s-eye](https://github.com/wenhuwang/mcp-k8s-eye) 🏎️ ☁️/🏠 MCP Server for kubernetes management, and analyze your cluster, application health - [johnneerdael/netskope-mcp](https://github.com/johnneerdael/netskope-mcp) 🔒 ☁️ - An MCP to give access to all Netskope Private Access components within a Netskope Private Access environments including detailed setup information and LLM examples on usage. - [nwiizo/tfmcp](https://github.com/nwiizo/tfmcp) - 🦀 🏠 - A Terraform MCP server allowing AI assistants to manage and operate Terraform environments, enabling reading configurations, analyzing plans, applying configurations, and managing Terraform state. From 5e027a622020201d9a7a8f032f82f235d9d4e29e Mon Sep 17 00:00:00 2001 From: Jaeger Date: Thu, 20 Mar 2025 18:46:11 +0800 Subject: [PATCH 14/21] add Fetcher MCP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fbb5ed67..5d90fc95 100644 --- a/README.md +++ b/README.md @@ -325,6 +325,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [nickclyde/duckduckgo-mcp-server](https://github.com/nickclyde/duckduckgo-mcp-server) 🐍 ☁️ - Web search using DuckDuckGo - [zhsama/duckduckgo-mcp-server](https://github.com/zhsama/duckduckgo-mpc-server/) 📇 🏠 ☁️ - This is a TypeScript-based MCP server that provides DuckDuckGo search functionality. - [vectorize-io/vectorize-mcp-server](https://github.com/vectorize-io/vectorize-mcp-server/) ☁️ 📇 - [Vectorize](https://vectorize.io) MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking. +- [jae-jae/fetcher-mcp](https://github.com/jae-jae/fetcher-mcp) 📇 🏠 - MCP server for fetching web page content using Playwright headless browser, supporting Javascript rendering and intelligent content extraction, and outputting Markdown or HTML format. ### 🔒 Security From 14b9f957b847e9f9835810d8eae046b4f83a6c6d Mon Sep 17 00:00:00 2001 From: pab1it0 Date: Thu, 20 Mar 2025 16:13:21 +0200 Subject: [PATCH 15/21] Add Prometheus config --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fbb5ed67..b94caed2 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [runekaagaard/mcp-alchemy](https://github.com/runekaagaard/mcp-alchemy) 🐍 🏠 - Universal SQLAlchemy-based database integration supporting PostgreSQL, MySQL, MariaDB, SQLite, Oracle, MS SQL Server and many more databases. Features schema and relationship inspection, and large dataset analysis capabilities. - [mcp-server-jdbc](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jdbc) ☕ 🏠 - Connect to any JDBC-compatible database and query, insert, update, delete, and more. - [pab1it0/adx-mcp-server](https://github.com/pab1it0/adx-mcp-server) 🐍 ☁️ - Query and analyze Azure Data Explorer databases +- [pab1it0/prometheus-mcp-server](https://github.com/pab1it0/prometheus-mcp-server) 🐍 ☁️ - Query and analyze Prometheus, open-source monitoring system. - [neondatabase/mcp-server-neon](https://github.com/neondatabase/mcp-server-neon) 📇 ☁️ — An MCP Server for creating and managing Postgres databases using Neon Serverless Postgres - [XGenerationLab/xiyan_mcp_server](https://github.com/XGenerationLab/xiyan_mcp_server) 📇 ☁️ — An MCP server that supports fetching data from a database using natural language queries, powered by XiyanSQL as the text-to-SQL LLM. - [bytebase/dbhub](https://github.com/bytebase/dbhub) 📇 🏠 – Universal database MCP server supporting mainstream databases. From dbf1c19bcd520394c7f5b3a7cb6e86abacf97b2d Mon Sep 17 00:00:00 2001 From: NakaokaRei Date: Thu, 20 Mar 2025 23:58:00 +0900 Subject: [PATCH 16/21] add swift-mcp-gui --- README-ja.md | 1 + README-zh.md | 1 + README.md | 1 + 3 files changed, 3 insertions(+) diff --git a/README-ja.md b/README-ja.md index 4baccde8..5dd1199c 100644 --- a/README-ja.md +++ b/README-ja.md @@ -228,6 +228,7 @@ Gitリポジトリおよびバージョン管理プラットフォームとの - [NON906/omniparser-autogui-mcp](https://github.com/NON906/omniparser-autogui-mcp) 🐍 - 画面上のGUIの自動操作 - [kj455/mcp-kibela](https://github.com/kj455/mcp-kibela) - 📇 ☁️ [Kibela](https://kibe.la/)との連携 - [@awkoy/replicate-flux-mcp](https://github.com/awkoy/replicate-flux-mcp) 📇 ☁️ - Replicate APIを通じて画像を生成する機能を提供します。 +- [NakaokaRei/swift-mcp-gui](https://github.com/NakaokaRei/swift-mcp-gui.git) 🏠 🍏 - キーボード入力やマウス移動などのコマンドが実行できるMCPサーバー ## フレームワーク diff --git a/README-zh.md b/README-zh.md index 64d954be..378bad68 100644 --- a/README-zh.md +++ b/README-zh.md @@ -343,6 +343,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [AbdelStark/bitcoin-mcp](https://github.com/AbdelStark/bitcoin-mcp) - ₿ 一个模型上下文协议(MCP)服务器,使 AI 模型能够与比特币交互,允许它们生成密钥、验证地址、解码交易、查询区块链等 - [kj455/mcp-kibela](https://github.com/kj455/mcp-kibela) - 📇 ☁️ [Kibela](https://kibe.la/) 与 MCP 的集成 - [@awkoy/replicate-flux-mcp](https://github.com/awkoy/replicate-flux-mcp) 📇 ☁️ - 通过Replicate API提供图像生成功能。 +- [NakaokaRei/swift-mcp-gui](https://github.com/NakaokaRei/swift-mcp-gui.git) 🏠 🍏 - MCP服务器,可以执行键盘输入、鼠标移动等命令 ## 框架 - [FastMCP](https://github.com/jlowin/fastmcp) 🐍 - 用于在 Python 中构建 MCP 服务器的高级框架 diff --git a/README.md b/README.md index fbb5ed67..dffaaf9a 100644 --- a/README.md +++ b/README.md @@ -411,6 +411,7 @@ Interact with Git repositories and version control platforms. Enables repository - [kj455/mcp-kibela](https://github.com/kj455/mcp-kibela) - 📇 ☁️ Allows AI models to interact with [Kibela](https://kibe.la/) - [blurrah/mcp-graphql](https://github.com/blurrah/mcp-graphql) 📇 ☁️ - Allows the AI to query GraphQL servers - [@awkoy/replicate-flux-mcp](https://github.com/awkoy/replicate-flux-mcp) 📇 ☁️ - Provides the ability to generate images via Replicate's API. +- [NakaokaRei/swift-mcp-gui](https://github.com/NakaokaRei/swift-mcp-gui.git) 🏠 🍏 - MCP server that can execute commands such as keyboard input and mouse movement ## Frameworks From bfd5a91ddf19ad2c663ff4677cd972967be7b342 Mon Sep 17 00:00:00 2001 From: Brock Wilcox Date: Thu, 20 Mar 2025 11:53:33 -0400 Subject: [PATCH 17/21] Add taskwarrior Also adds a Linux emoji because why not --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fbb5ed67..080bf559 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Checkout [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/) * operating system * 🍎 – For macOS * 🪟 – For Windows + * 🐧 - For Linux > [!NOTE] > Confused about Local 🏠 vs Cloud ☁️? @@ -411,6 +412,7 @@ Interact with Git repositories and version control platforms. Enables repository - [kj455/mcp-kibela](https://github.com/kj455/mcp-kibela) - 📇 ☁️ Allows AI models to interact with [Kibela](https://kibe.la/) - [blurrah/mcp-graphql](https://github.com/blurrah/mcp-graphql) 📇 ☁️ - Allows the AI to query GraphQL servers - [@awkoy/replicate-flux-mcp](https://github.com/awkoy/replicate-flux-mcp) 📇 ☁️ - Provides the ability to generate images via Replicate's API. +- [](https://github.com/awwaiid/mcp-server-taskwarrior) 🏠 📇 - An MCP server for basic local taskwarrior usage (add, update, remove tasks) ## Frameworks From d0222a9027ab59f87164d076c72bba1ce184d46c Mon Sep 17 00:00:00 2001 From: Alexei Ledenev Date: Thu, 20 Mar 2025 18:12:45 +0200 Subject: [PATCH 18/21] Add new AWS MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fbb5ed67..669bca7e 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena Cloud platform service integration. Enables management and interaction with cloud infrastructure and services. - [Cloudflare MCP Server](https://github.com/cloudflare/mcp-server-cloudflare) 🎖️ 📇 ☁️ - Integration with Cloudflare services including Workers, KV, R2, and D1 +- [alexei-led/aws-mcp-server](https://github.com/alexei-led/aws-mcp-server) 🐍 ☁️ - A lightweight but powerful server that enables AI assistants to execute AWS CLI commands, use Unix pipes, and apply prompt templates for common AWS tasks in a safe Docker environment with multi-architecture support - [Kubernetes MCP Server](https://github.com/strowk/mcp-k8s-go) - 🏎️ ☁️/🏠 Kubernetes cluster operations through MCP - [@flux159/mcp-server-kubernetes](https://github.com/Flux159/mcp-server-kubernetes) - 📇 ☁️/🏠 Typescript implementation of Kubernetes cluster operations for pods, deployments, services. - [@manusa/Kubernetes MCP Server](https://github.com/manusa/kubernetes-mcp-server) - 🏎️ 🏠 A powerful Kubernetes MCP server with additional support for OpenShift. Besides providing CRUD operations for **any** Kubernetes resource, this server provides specialized tools to interact with your cluster. From 38f8c7626b5bc79d8984a13b3da7578c34790e11 Mon Sep 17 00:00:00 2001 From: KyrieTangSheng Date: Thu, 20 Mar 2025 13:32:20 -0700 Subject: [PATCH 19/21] add new server -- mcp-server-nationalparks --- README-ja.md | 1 + README-zh.md | 1 + README.md | 1 + 3 files changed, 3 insertions(+) diff --git a/README-ja.md b/README-ja.md index 4baccde8..b3f73f1a 100644 --- a/README-ja.md +++ b/README-ja.md @@ -181,6 +181,7 @@ Webコンテンツのアクセスと自動化機能。AIに優しい形式でWeb 旅行および交通情報へのアクセス。スケジュール、ルート、およびリアルタイムの旅行データをクエリすることができます。 - [NS Travel Information MCP Server](https://github.com/r-huijts/ns-mcp-server) 📇 ☁️ - オランダ鉄道(NS)の旅行情報、スケジュール、およびリアルタイムの更新にアクセス +- [KyrieTangSheng/mcp-server-nationalparks](https://github.com/KyrieTangSheng/mcp-server-nationalparks) 📇 ☁️ - 米国国立公園局APIの統合で、米国国立公園の詳細情報、警報、ビジターセンター、キャンプ場、イベントの最新情報を提供 ### 🔄 バージョン管理 diff --git a/README-zh.md b/README-zh.md index 64d954be..ddffe921 100644 --- a/README-zh.md +++ b/README-zh.md @@ -286,6 +286,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 访问旅行和交通信息。可以查询时刻表、路线和实时旅行数据。 - [NS Travel Information MCP Server](https://github.com/r-huijts/ns-mcp-server) 📇 ☁️ - 了解荷兰铁路 (NS) 的旅行信息、时刻表和实时更新 +- [KyrieTangSheng/mcp-server-nationalparks](https://github.com/KyrieTangSheng/mcp-server-nationalparks) 📇 ☁️ - 美国国家公园管理局 API 集成,提供美国国家公园的详细信息、警报、游客中心、露营地和活动的最新信息 ### 🔄 版本控制 diff --git a/README.md b/README.md index fbb5ed67..5f19ae0b 100644 --- a/README.md +++ b/README.md @@ -341,6 +341,7 @@ Access to travel and transportation information. Enables querying schedules, rou - [Airbnb MCP Server](https://github.com/openbnb-org/mcp-server-airbnb) 📇 ☁️ - Provides tools to search Airbnb and get listing details. - [NS Travel Information MCP Server](https://github.com/r-huijts/ns-mcp-server) 📇 ☁️ - Access Dutch Railways (NS) travel information, schedules, and real-time updates +- [KyrieTangSheng/mcp-server-nationalparks](https://github.com/KyrieTangSheng/mcp-server-nationalparks) 📇 ☁️ - National Park Service API integration providing latest information of park details, alerts, visitor centers, campgrounds, and events for U.S. National Parks ### 🔄 Version Control From 3c62aae683f536117f71372b50310279509abc92 Mon Sep 17 00:00:00 2001 From: Shane Savoie Date: Thu, 20 Mar 2025 16:12:46 -0700 Subject: [PATCH 20/21] fix: swap the description for jira-mcp-server and confluence-mcp-server --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbb5ed67..e8ed60a1 100644 --- a/README.md +++ b/README.md @@ -372,8 +372,8 @@ Interact with Git repositories and version control platforms. Enables repository - [suekou/mcp-notion-server](https://github.com/suekou/mcp-notion-server) 📇 🏠 - Interacting with Notion API - [amidabuddha/unichat-mcp-server](https://github.com/amidabuddha/unichat-mcp-server) 🐍/📇 ☁️ - Send requests to OpenAI, MistralAI, Anthropic, xAI, Google AI or DeepSeek using MCP protocol via tool or predefined prompts. Vendor API key required - [evalstate/mcp-miro](https://github.com/evalstate/mcp-miro) 📇 ☁️ - Access MIRO whiteboards, bulk create and read items. Requires OAUTH key for REST API. -- [KS-GEN-AI/jira-mcp-server](https://github.com/KS-GEN-AI/jira-mcp-server) 📇 ☁️ 🍎 🪟 - Get Confluence data via CQL and read pages. -- [KS-GEN-AI/confluence-mcp-server](https://github.com/KS-GEN-AI/confluence-mcp-server) 📇 ☁️ 🍎 🪟 - Read jira data via JQL and api and execute requests to create and edit tickets. +- [KS-GEN-AI/jira-mcp-server](https://github.com/KS-GEN-AI/jira-mcp-server) 📇 ☁️ 🍎 🪟 - Read jira data via JQL and api and execute requests to create and edit tickets. +- [KS-GEN-AI/confluence-mcp-server](https://github.com/KS-GEN-AI/confluence-mcp-server) 📇 ☁️ 🍎 🪟 - Get Confluence data via CQL and read pages. - [sooperset/mcp-atlassian](https://github.com/sooperset/mcp-atlassian) 🐍 ☁️ - MCP server for Atlassian products (Confluence and Jira). Supports Confluence Cloud, Jira Cloud, and Jira Server/Data Center. Provides comprehensive tools for searching, reading, creating, and managing content across Atlassian workspaces. - [pyroprompts/any-chat-completions-mcp](https://github.com/pyroprompts/any-chat-completions-mcp) - Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more - [anaisbetts/mcp-installer](https://github.com/anaisbetts/mcp-installer) 🐍 🏠 - An MCP server that installs other MCP servers for you. From 85a6caf50cbdbbd071a0f171758de9e5382c3e38 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Thu, 20 Mar 2025 19:32:34 -0600 Subject: [PATCH 21/21] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 080bf559..5d82eb1a 100644 --- a/README.md +++ b/README.md @@ -412,7 +412,7 @@ Interact with Git repositories and version control platforms. Enables repository - [kj455/mcp-kibela](https://github.com/kj455/mcp-kibela) - 📇 ☁️ Allows AI models to interact with [Kibela](https://kibe.la/) - [blurrah/mcp-graphql](https://github.com/blurrah/mcp-graphql) 📇 ☁️ - Allows the AI to query GraphQL servers - [@awkoy/replicate-flux-mcp](https://github.com/awkoy/replicate-flux-mcp) 📇 ☁️ - Provides the ability to generate images via Replicate's API. -- [](https://github.com/awwaiid/mcp-server-taskwarrior) 🏠 📇 - An MCP server for basic local taskwarrior usage (add, update, remove tasks) +- [awwaiid/mcp-server-taskwarrior](https://github.com/awwaiid/mcp-server-taskwarrior) 🏠 📇 - An MCP server for basic local taskwarrior usage (add, update, remove tasks) ## Frameworks