From 4fb85e5aa71760cfcc080b31591d67524a82fcfa Mon Sep 17 00:00:00 2001 From: idoubi Date: Thu, 5 Dec 2024 23:41:31 +0800 Subject: [PATCH 1/2] add mcp-server-chatsum --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78f569f1..12c0b1bd 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Any Chat Completions](https://github.com/pyroprompts/any-chat-completions-mcp)** - Interact with any OpenAI SDK Compatible Chat Completions API like OpenAI, Perplexity, Groq, xAI and many more. - **[Windows CLI](https://github.com/SimonB97/win-cli-mcp-server)** - MCP server for secure command-line interactions on Windows systems, enabling controlled access to PowerShell, CMD, and Git Bash shells. - **[OpenRPC](https://github.com/shanejonas/openrpc-mpc-server)** - Interact with and discover JSON-RPC APIs via [OpenRPC](https://open-rpc.org). +- **[ChatSum](https://github.com/mcpservers/mcp-server-chatsum)** - Query and Summarize wechat messages with LLM. ## 📚 Resources From 6ad2de11a5d43002daccc7f658341cb9da436158 Mon Sep 17 00:00:00 2001 From: idoubi Date: Tue, 10 Dec 2024 10:50:35 +0800 Subject: [PATCH 2/2] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa03df7d..9ab28768 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Kubernetes](https://github.com/Flux159/mcp-server-kubernetes)** - Connect to Kubernetes cluster and manage pods, deployments, and services. - **[OpenAPI](https://github.com/snaggle-ai/openapi-mcp-server)** - Interact with [OpenAPI](https://www.openapis.org/) APIs. - **[Pandoc](https://github.com/vivekVells/mcp-pandoc)** - MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, and plain text, with other formats like PDF, csv and docx in development. -- **[ChatSum](https://github.com/mcpso/mcp-server-chatsum)** - Query and Summarize chat messages with LLM. +- **[ChatSum](https://github.com/mcpso/mcp-server-chatsum)** - Query and Summarize chat messages with LLM. by **[mcpso](https://mcp.so)** ## 📚 Resources