Skip to content

Commit e1ab249

Browse files
committed
docs(clients): add Slack MCP Client to documentation
Signed-off-by: Tommy Nguyen <[email protected]>
1 parent 44029de commit e1ab249

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/clients.mdx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ This page provides an overview of applications that support the Model Context Pr
2828
| [Klavis AI Slack/Discord/Web][Klavis AI] |||||| Supports tools and resources. |
2929
| [LibreChat][LibreChat] |||||| Supports tools for Agents |
3030
| [mcp-agent][mcp-agent] |||| ⚠️ || Supports tools, server connection management, and agent workflows. |
31-
| [MCPHub][MCPHub] | ✅ | ✅ | ✅ | ❌ | ❌ | Supports tools, resources, and prompts in Neovim
31+
| [MCPHub][MCPHub] |||||| Supports tools, resources, and prompts in Neovim |
3232
| [MCPOmni-Connect][MCPOmni-Connect] |||||| Supports tools with agentic mode, ReAct, and orchestrator capabilities. |
3333
| [Microsoft Copilot Studio] |||||| Supports tools |
3434
| [OpenSumi][OpenSumi] |||||| Supports tools in OpenSumi |
35-
| [oterm][oterm] |||||| Supports tools, prompts and sampling for Ollama. |
35+
| [oterm][oterm] |||||| Supports tools, prompts and sampling for Ollama. |
3636
| [Roo Code][Roo Code] |||||| Supports tools and resources. |
37+
| [Slack MCP Client][Slack MCP Client] |||||| Supports tools and multiple servers. |
3738
| [Sourcegraph Cody][Cody] |||||| Supports resources through OpenCTX |
3839
| [SpinAI][SpinAI] |||||| Supports tools for Typescript AI Agents |
3940
| [Superinterface][Superinterface] |||||| Supports tools |
@@ -69,6 +70,7 @@ This page provides an overview of applications that support the Model Context Pr
6970
[OpenSumi]: https://github.com/opensumi/core
7071
[oterm]: https://github.com/ggozad/oterm
7172
[Roo Code]: https://roocode.com
73+
[Slack MCP Client]: https://github.com/tuannvm/slack-mcp-client
7274
[Cody]: https://sourcegraph.com/cody
7375
[SpinAI]: https://spinai.dev
7476
[Superinterface]: https://superinterface.ai
@@ -304,6 +306,14 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
304306
- Integration with development workflows
305307
- Extensible AI capabilities
306308

309+
### Slack MCP Client
310+
[Slack MCP Client](https://github.com/tuannvm/slack-mcp-client) acts as a bridge between Slack and Model Context Protocol (MCP) servers. Using Slack as the interface, it enables large language models (LLMs) to connect and interact with various MCP servers through standardized MCP tools.
311+
312+
**Key features:**
313+
- **Supports Popular LLM Providers:** Integrates seamlessly with leading large language model providers such as OpenAI, Anthropic, and Ollama, allowing users to leverage advanced conversational AI and orchestration capabilities within Slack.
314+
- **Dynamic and Secure Integration:** Supports dynamic registration of MCP tools, works in both channels and direct messages and manages credentials securely via environment variables or Kubernetes secrets.
315+
- **Easy Deployment and Extensibility:** Offers official Docker images, a Helm chart for Kubernetes, and Docker Compose for local development, making it simple to deploy, configure, and extend with additional MCP servers or tools.
316+
307317
### Sourcegraph Cody
308318
[Cody](https://openctx.org/docs/providers/modelcontextprotocol) is Sourcegraph's AI coding assistant, which implements MCP through OpenCTX.
309319

0 commit comments

Comments
 (0)