-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathserver.json
More file actions
53 lines (53 loc) · 1.4 KB
/
Copy pathserver.json
File metadata and controls
53 lines (53 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.jtalk22/slack-mcp-server",
"title": "Slack MCP Server",
"description": "Catch up on Slack without reading it. Unreads, threads, search. Browser-session or hosted OAuth.",
"websiteUrl": "https://mcp.revasserlabs.com",
"icons": [
{
"src": "https://raw.githubusercontent.com/jtalk22/slack-mcp-server/main/docs/assets/icon-512.png",
"mimeType": "image/png",
"sizes": [
"512x512"
]
}
],
"repository": {
"url": "https://github.com/jtalk22/slack-mcp-server",
"source": "github"
},
"version": "4.9.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.revasserlabs.com/oauth/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@jtalk22/slack-mcp",
"version": "4.9.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Slack xoxc- token from browser session",
"isRequired": false,
"format": "string",
"isSecret": true,
"name": "SLACK_TOKEN"
},
{
"description": "Slack xoxd- cookie from browser session",
"isRequired": false,
"format": "string",
"isSecret": true,
"name": "SLACK_COOKIE"
}
]
}
]
}