From 796c7628c7b4d6eaaee50407ba823fc934f48b40 Mon Sep 17 00:00:00 2001 From: YanchaoMa Date: Tue, 10 Dec 2024 16:42:28 +0800 Subject: [PATCH 01/10] Update README.md Add OpenDataMCP/OpenDataMCP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10ceabf8..b9be661c 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ Integration with communication platforms for message management and channel oper Provides access to customer profiles inside of customer data platforms - [sergehuber/inoyu-mcp-unomi-server](https://github.com/sergehuber/inoyu-mcp-unomi-server) 📇 ☁️ - An MCP server to access and updates profiles on an Apache Unomi CDP server. +- [OpenDataMCP/OpenDataMCP](https://github.com/OpenDataMCP/OpenDataMCP) 🐍☁️ - Connect any Open Data to any LLM with Model Context Protocol. ### 🗄️ Databases From e9096e8d0895c6806049997cf13c0e13e09285a8 Mon Sep 17 00:00:00 2001 From: YanchaoMa Date: Tue, 10 Dec 2024 16:43:14 +0800 Subject: [PATCH 02/10] Update README-zh.md synchronous update --- README-zh.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README-zh.md b/README-zh.md index 3e19ecc8..6a26fda7 100644 --- a/README-zh.md +++ b/README-zh.md @@ -3,6 +3,7 @@ [![English](https://img.shields.io/badge/English-Click-yellow)](README.md) [![中文文档](https://img.shields.io/badge/中文文档-点击查看-orange)](README-zh.md) +[![日本語](https://img.shields.io/badge/日本語-クリック-青)](README-ja.md) [![Discord](https://img.shields.io/discord/1312302100125843476?logo=discord&label=discord)](https://glama.ai/mcp/discord) [![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/mcp?style=flat&logo=reddit&label=subreddit)](https://www.reddit.com/r/mcp/) @@ -88,6 +89,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 提供对客户数据平台内客户资料的访问 - [sergehuber/inoyu-mcp-unomi-server](https://github.com/sergehuber/inoyu-mcp-unomi-server) 📇 ☁️ - MCP 服务器用于访问和更新 Apache Unomi CDP 服务器上的配置文件。 +- [OpenDataMCP/OpenDataMCP](https://github.com/OpenDataMCP/OpenDataMCP) 🐍☁️ - 使用模型上下文协议将任何开放数据连接到任何 LLM。 ### 🗄️ 数据库 @@ -113,6 +115,12 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [QuantGeekDev/docker-mcp](https://github.com/QuantGeekDev/docker-mcp) 🏎️ 🏠 - 通过 MCP 进行 Docker 容器管理和操作 - [snaggle-ai/openapi-mcp-server](https://github.com/snaggle-ai/openapi-mcp-server) 🏎️ 🏠 - 使用开放 API 规范 (v3) 连接任何 HTTP/REST API 服务器 +### 🧮 数据科学工具 + +旨在简化数据探索、分析和增强数据科学工作流程的集成和工具。 + +- [@reading-plus-ai/mcp-server-data-exploration](https://github.com/reading-plus-ai/mcp-server-data-exploration) 🐍 ☁️ - 支持对基于 .csv 的数据集进行自主数据探索,以最小的成本提供智能见解。 + ### 📂 文件系统 提供对本地文件系统的直接访问,并具有可配置的权限。使 AI 模型能够读取、写入和管理指定目录中的文件。 @@ -203,6 +211,9 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [andybrandt/mcp-simple-timeserver](https://github.com/andybrandt/mcp-simple-timeserver) 🐍 🏠☁️ - MCP 服务器允许检查客户端计算机上的本地时间或 NTP 服务器上的当前 UTC 时间 - [andybrandt/mcp-simple-openai-assistant](https://github.com/andybrandt/mcp-simple-openai-assistant) - 🐍 ☁️ MCP 与 OpenAI 助手对话(Claude 可以使用任何 GPT 模型作为他的助手) - [MladenSU/cli-mcp-server](https://github.com/MladenSU/cli-mcp-server) 🐍 🏠 - 具有安全执行和可定制安全策略的命令行界面 +- [@llmindset/mcp-hfspace](https://github.com/evalstate/mcp-hfspace) 📇 ☁️ - 直接从 Claude 使用 HuggingFace Spaces。使用开源图像生成、聊天、视觉任务等。支持图像、音频和文本上传/下载。 +- [zueai/mcp-manager](https://github.com/zueai/mcp-manager) 📇 ☁️ - 简单的 Web UI 用于安装和管理 Claude 桌面应用程序的 MCP 服务器。 +- [wong2/mcp-cli](https://github.com/wong2/mcp-cli) 📇 🏠 - 用于测试 MCP 服务器的 CLI 工具 ## 框架 @@ -212,6 +223,8 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [FastMCP](https://github.com/jlowin/fastmcp) 🐍 - 一个用于在Python中构建MCP服务器的高级框架。 - [mcp-rs-template](https://github.com/linux-china/mcp-rs-template) 🦀 - Rust的MCP CLI服务器模板 - [Foxy Contexts](https://github.com/strowk/foxy-contexts) 🏎️ - Golang 库以声明方式编写 MCP 服务器,并包含功能测试 +- [LiteMCP](https://github.com/wong2/litemcp) ⚡️ - 用于在 JavaScript/TypeScript 中构建 MCP 服务器的高级框架 +- [mcp-framework](https://github.com/QuantGeekDev/mcp-framework) - ⚡️ 用于构建 MCP 服务器的快速而优雅的 TypeScript 框架 ## 客户端 From 19a884f3ce0eeb0b4b18e92a6e355ae92039a623 Mon Sep 17 00:00:00 2001 From: YanchaoMa Date: Tue, 10 Dec 2024 17:46:43 +0800 Subject: [PATCH 03/10] Update README-zh.md --- README-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-zh.md b/README-zh.md index 6a26fda7..8054418a 100644 --- a/README-zh.md +++ b/README-zh.md @@ -90,6 +90,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [sergehuber/inoyu-mcp-unomi-server](https://github.com/sergehuber/inoyu-mcp-unomi-server) 📇 ☁️ - MCP 服务器用于访问和更新 Apache Unomi CDP 服务器上的配置文件。 - [OpenDataMCP/OpenDataMCP](https://github.com/OpenDataMCP/OpenDataMCP) 🐍☁️ - 使用模型上下文协议将任何开放数据连接到任何 LLM。 +- [tinybirdco/mcp-tinybird](https://github.com/tinybirdco/mcp-tinybird) 🐍☁️ - MCP 服务器可从任何 MCP 客户端与 Tinybird Workspace 进行交互。 ### 🗄️ 数据库 From fbea7fb8edec9a493e9cdd80fad0bb67b318bc84 Mon Sep 17 00:00:00 2001 From: YanchaoMa Date: Tue, 10 Dec 2024 17:47:10 +0800 Subject: [PATCH 04/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9be661c..f71d14b1 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ Provides access to customer profiles inside of customer data platforms - [sergehuber/inoyu-mcp-unomi-server](https://github.com/sergehuber/inoyu-mcp-unomi-server) 📇 ☁️ - An MCP server to access and updates profiles on an Apache Unomi CDP server. - [OpenDataMCP/OpenDataMCP](https://github.com/OpenDataMCP/OpenDataMCP) 🐍☁️ - Connect any Open Data to any LLM with Model Context Protocol. +- [tinybirdco/mcp-tinybird](https://github.com/tinybirdco/mcp-tinybird) 🐍☁️ - An MCP server to interact with a Tinybird Workspace from any MCP client. ### 🗄️ Databases From 695a5d78eb338af9f7c48e704c139c04e89ccdb8 Mon Sep 17 00:00:00 2001 From: YanchaoMa Date: Tue, 10 Dec 2024 17:54:44 +0800 Subject: [PATCH 05/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f71d14b1..0ac44e6b 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,7 @@ Interact with Git repositories and version control platforms. Enables repository - [firebase/genkit](https://github.com/firebase/genkit) agent and data transformation framework - [continuedev/continue](https://github.com/continuedev/continue) vscode auto complete and chat tool (full feature support) - [upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) dockerized mcp client with Anthropic, OpenAI and Langchain. +- [boilingdata/mcp-server-and-gw](https://github.com/boilingdata/mcp-server-and-gw) An MCP stdio to HTTP SSE transport gateway with example server and MCP client. ## Tips and Tricks From 3f8b8a4a25cc10c6a1a5633edd11d3e42c725cb4 Mon Sep 17 00:00:00 2001 From: YanchaoMa Date: Tue, 10 Dec 2024 17:55:17 +0800 Subject: [PATCH 06/10] Update README-zh.md --- README-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-zh.md b/README-zh.md index 8054418a..36c570d7 100644 --- a/README-zh.md +++ b/README-zh.md @@ -235,6 +235,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [firebase/genkit](https://github.com/firebase/genkit) 代理和数据转换框架。 - [continuedev/continue](https://github.com/continuedev/continue) vscode自动补全和聊天工具(支持完整功能)。 - [upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) 使用 Docker 化的计算机使用代理,具备生产就绪的 API - Langchain 的 MCP 客户端 +- [boilingdata/mcp-server-and-gw](https://github.com/boilingdata/mcp-server-and-gw) 带有示例服务器和 MCP 客户端的 MCP stdio 到 HTTP SSE 传输网关。 ## 提示和技巧 From c0f2101f74c4ab2cd9ba5daf8b63f7d530e61616 Mon Sep 17 00:00:00 2001 From: YanchaoMa Date: Tue, 10 Dec 2024 18:02:09 +0800 Subject: [PATCH 07/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ac44e6b..96754d28 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ Interact with Git repositories and version control platforms. Enables repository - [continuedev/continue](https://github.com/continuedev/continue) vscode auto complete and chat tool (full feature support) - [upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) dockerized mcp client with Anthropic, OpenAI and Langchain. - [boilingdata/mcp-server-and-gw](https://github.com/boilingdata/mcp-server-and-gw) An MCP stdio to HTTP SSE transport gateway with example server and MCP client. +- [lightconetech/mcp-gateway](https://github.com/lightconetech/mcp-gateway) A gateway demo for MCP SSE Server. ## Tips and Tricks From a1927b9f43d3064373dfbde6366efa8f5d46f67f Mon Sep 17 00:00:00 2001 From: YanchaoMa Date: Tue, 10 Dec 2024 18:02:50 +0800 Subject: [PATCH 08/10] Update README-zh.md --- README-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-zh.md b/README-zh.md index 36c570d7..2994b42f 100644 --- a/README-zh.md +++ b/README-zh.md @@ -236,6 +236,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [continuedev/continue](https://github.com/continuedev/continue) vscode自动补全和聊天工具(支持完整功能)。 - [upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) 使用 Docker 化的计算机使用代理,具备生产就绪的 API - Langchain 的 MCP 客户端 - [boilingdata/mcp-server-and-gw](https://github.com/boilingdata/mcp-server-and-gw) 带有示例服务器和 MCP 客户端的 MCP stdio 到 HTTP SSE 传输网关。 +- [lightconetech/mcp-gateway](https://github.com/lightconetech/mcp-gateway) MCP SSE 服务器的网关演示。 ## 提示和技巧 From dfc26794e274996a2c73f4f6e0c48934dfd9b37d Mon Sep 17 00:00:00 2001 From: YanchaoMa Date: Tue, 10 Dec 2024 18:11:18 +0800 Subject: [PATCH 09/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96754d28..766373cc 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,7 @@ Interact with Git repositories and version control platforms. Enables repository - [upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) dockerized mcp client with Anthropic, OpenAI and Langchain. - [boilingdata/mcp-server-and-gw](https://github.com/boilingdata/mcp-server-and-gw) An MCP stdio to HTTP SSE transport gateway with example server and MCP client. - [lightconetech/mcp-gateway](https://github.com/lightconetech/mcp-gateway) A gateway demo for MCP SSE Server. +- [mark3labs/mcphost](https://github.com/mark3labs/mcphost) A CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP). ## Tips and Tricks From 26df9871a7a444d3710524fbd37d3822966068be Mon Sep 17 00:00:00 2001 From: YanchaoMa Date: Tue, 10 Dec 2024 18:11:57 +0800 Subject: [PATCH 10/10] Update README-zh.md --- README-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-zh.md b/README-zh.md index 2994b42f..2cc90191 100644 --- a/README-zh.md +++ b/README-zh.md @@ -237,6 +237,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) 使用 Docker 化的计算机使用代理,具备生产就绪的 API - Langchain 的 MCP 客户端 - [boilingdata/mcp-server-and-gw](https://github.com/boilingdata/mcp-server-and-gw) 带有示例服务器和 MCP 客户端的 MCP stdio 到 HTTP SSE 传输网关。 - [lightconetech/mcp-gateway](https://github.com/lightconetech/mcp-gateway) MCP SSE 服务器的网关演示。 +- [mark3labs/mcphost](https://github.com/mark3labs/mcphost) 一个 CLI 主机应用程序,使大型语言模型 (LLM) 能够通过模型上下文协议 (MCP) 与外部工具交互。 ## 提示和技巧