From 4291e866359f099a3736c67806e31c427fff21a1 Mon Sep 17 00:00:00 2001 From: quentinzhang Date: Tue, 7 Jan 2025 22:07:30 +0800 Subject: [PATCH 1/2] add mcp connect --- README-ja.md | 2 +- README-zh.md | 1 + README.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README-ja.md b/README-ja.md index 9940ef25..f94ac4c8 100644 --- a/README-ja.md +++ b/README-ja.md @@ -218,11 +218,11 @@ Gitリポジトリおよびバージョン管理プラットフォームとの ## クライアント -- [SecretiveShell/MCP-Bridge](https://github.com/SecretiveShell/MCP-Bridge) 🐍 既存のOpenAI互換クライアントでMCPを使用するためのOpenAIミドルウェアプロキシ - [3choff/MCP-Chatbot](https://github.com/3choff/mcp-chatbot) シンプルでありながら強力な⭐CLIチャットボットで、ツールサーバーを任意のOpenAI互換のLLM APIと統合します。 - [zed-industries/zed](https://github.com/zed-industries/zed) Atomの作成者によるマルチプレイヤーコードエディタ - [firebase/genkit](https://github.com/firebase/genkit) エージェントおよびデータ変換フレームワーク - [continuedev/continue](https://github.com/continuedev/continue) VSCodeの自動補完およびチャットツール(フル機能サポート) +- [MCP-Connect](https://github.com/EvalsOne/MCP-Connect) クラウドベースのAIサービスがローカルのStdioベースのMCPサーバーにHTTP/HTTPSリクエストでアクセスできるようにするツール ## ヒントとコツ diff --git a/README-zh.md b/README-zh.md index f27c2a12..6a595a6b 100644 --- a/README-zh.md +++ b/README-zh.md @@ -297,6 +297,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [Upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) 通用自动化助理/代理框架 - [isaacwasserman/mcp-langchain-ts-client](https://github.com/isaacwasserman/mcp-langchain-ts-client) 📇 在 LangChain.js 中使用 MCP 提供的工具 - [Python CLI for AI Chat API](https://github.com/amidabuddha/console-chat-gpt) 🐍 ☁️ 与**所有**主要 LLM 提供商进行控制台聊天:ChatGPT、MistralAI、Anthropic 的 Claude、xAI 的 Grok 和 Google 的 Gemini。⭐现在支持 MCP!⭐ +- [MCP-Connect](https://github.com/EvalsOne/MCP-Connect) 一个使云端AI服务能够通过HTTP/HTTPS请求访问本地Stdio的MCP服务器的工具 ## 提示和技巧 diff --git a/README.md b/README.md index 7091240a..e86ca5fa 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,7 @@ Interact with Git repositories and version control platforms. Enables repository - [Upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) general purpose automated assistant/agent framework - [isaacwasserman/mcp-langchain-ts-client](https://github.com/isaacwasserman/mcp-langchain-ts-client) 📇 Use MCP provided tools in LangChain.js - [Python CLI for AI Chat API](https://github.com/amidabuddha/console-chat-gpt) 🐍 ☁️ Console chat with **all** major LLM provider: ChatGPT, MistralAI, Claude by Anthropic, Grok by xAI, Gemini by Google and DeepSeek. ⭐Now with MCP support!⭐ +- [MCP-Connect](https://github.com/EvalsOne/MCP-Connect) A tiny tool that enables cloud-based AI services to access local Stdio based MCP servers by HTTP/HTTPS requests. ## Tips and Tricks From 357c622264ebd338cbb61347368ebd2f299babea Mon Sep 17 00:00:00 2001 From: quentinzhang Date: Wed, 8 Jan 2025 11:05:42 +0800 Subject: [PATCH 2/2] add back mcp bridge --- README-ja.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-ja.md b/README-ja.md index f94ac4c8..93b469ce 100644 --- a/README-ja.md +++ b/README-ja.md @@ -218,6 +218,7 @@ Gitリポジトリおよびバージョン管理プラットフォームとの ## クライアント +- [SecretiveShell/MCP-Bridge](https://github.com/SecretiveShell/MCP-Bridge) 🐍 既存のOpenAI互換クライアントでMCPを使用するためのOpenAIミドルウェアプロキシ - [3choff/MCP-Chatbot](https://github.com/3choff/mcp-chatbot) シンプルでありながら強力な⭐CLIチャットボットで、ツールサーバーを任意のOpenAI互換のLLM APIと統合します。 - [zed-industries/zed](https://github.com/zed-industries/zed) Atomの作成者によるマルチプレイヤーコードエディタ - [firebase/genkit](https://github.com/firebase/genkit) エージェントおよびデータ変換フレームワーク