@jtalk22/slack-mcp 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,19 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
*Full workspace access via local session mirroring. DMs, threads, and history—no admin approval required.*
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
<a href="https://www.npmjs.com/package/@jtalk22/slack-mcp"><img src="https://img.shields.io/npm/v/@jtalk22/slack-mcp?color=blue&label=npm" alt="npm"></a>
|
|
13
|
-
<a href="https://github.com/jtalk22/slack-mcp-server/pkgs/container/slack-mcp-server"><img src="https://img.shields.io/badge/docker-ghcr.io-blue" alt="Docker"></a>
|
|
14
|
-
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
|
|
15
|
-
<a href="https://nodejs.org/"><img src="https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen.svg" alt="Node.js"></a>
|
|
16
|
-
<a href="https://github.com/sponsors/jtalk22"><img src="https://img.shields.io/github/sponsors/jtalk22?label=Sponsor&logo=github" alt="GitHub Sponsors"></a>
|
|
17
|
-
</p>
|
|
5
|
+
[](https://jtalk22.github.io/slack-mcp-server/public/demo.html)
|
|
6
|
+
|
|
7
|
+
[](https://www.npmjs.com/package/@jtalk22/slack-mcp)
|
|
8
|
+
[](https://github.com/jtalk22/slack-mcp-server/pkgs/container/slack-mcp-server)
|
|
9
|
+
[](https://opensource.org/licenses/MIT)
|
|
10
|
+
[](https://nodejs.org/)
|
|
11
|
+
[](https://github.com/sponsors/jtalk22)
|
|
18
12
|
|
|
19
13
|
---
|
|
20
14
|
|
|
@@ -26,9 +20,7 @@ Screenshotting messages is not a workflow.
|
|
|
26
20
|
|
|
27
21
|
This server bridges the gap. It creates a secure, local bridge between Claude and your Slack web session. It gives your AI the same access **you** already have in the browser—search history, summarize threads, find that thing someone sent you three weeks ago—without fighting the platform.
|
|
28
22
|
|
|
29
|
-
|
|
30
|
-
<img src="docs/images/demo-main.png" alt="Slack MCP Server Web UI" width="800">
|
|
31
|
-
</p>
|
|
23
|
+

|
|
32
24
|
|
|
33
25
|
> **[Try the Interactive Demo](https://jtalk22.github.io/slack-mcp-server/public/demo.html)** - See the Web UI in action
|
|
34
26
|
|
package/package.json
CHANGED