From 4de139d1d65fb4cc9b1d9c91c6a547a2cf4ec739 Mon Sep 17 00:00:00 2001 From: Onur ULUSOY Date: Mon, 9 Dec 2024 06:24:10 +0300 Subject: [PATCH] doc: Added Clients list (#19) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b589ad1..841a890 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,15 @@ - **[Google Search Console](https://github.com/ahonn/mcp-server-gsc)** - A Model Context Protocol (MCP) server providing access to Google Search Console. - **[MongoDB](https://github.com/kiliczsh/mcp-mongo-server)** - A Model Context Protocol Server for MongoDB - **[Kubernetes](https://github.com/Flux159/mcp-server-kubernetes)** - Connect to Kubernetes cluster and manage pods, deployments, services. + +## Clients + +- **[MCP-Bridge](https://github.com/SecretiveShell/MCP-Bridge)** 🐍 an openAI middleware proxy to use mcp in any existing openAI compatible client +- **[MCP-Chatbot](https://github.com/3choff/mcp-chatbot)** A simple yet powerful ⭐ CLI chatbot that integrates tool servers with any OpenAI-compatible LLM API. +- **[zed](https://github.com/zed-industries/zed)** multiplayer code editor from the creators of atom +- **[genkit](https://github.com/firebase/genkit)** agent and data transformation framework +- **[continue](https://github.com/continuedev/continue)** vscode auto complete and chat tool (full feature support) +- **[gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant)** dockerized mcp client with Anthropic, OpenAI and Langchain. --- Curated by [ChatHub](https://chathub.gg/?utm_source=mcp)