Skip to content

Commit e19e0c4

Browse files
authored
Update Slack MCP server link in GitHub-to-Slack example (#348)
1 parent 87ab941 commit e19e0c4

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

examples/usecases/mcp_github_to_slack_agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This application creates an MCP Agent that monitors GitHub pull requests and sub
2222
- Python 3.10 or higher
2323
- MCP Agent framework
2424
- [GitHub MCP Server](https://github.com/github/github-mcp-server))
25-
- [Slack MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/slack)
25+
- [Slack MCP Server](https://github.com/korotovsky/slack-mcp-server/tree/master)
2626
- Node.js and npm (this is for the Slack server)
2727
- [Docker](https://www.docker.com/)
2828
- Access to a GitHub repository

examples/usecases/mcp_github_to_slack_agent/mcp_agent.config.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,11 @@ mcp:
2424
description: "Access GitHub API operations"
2525
slack:
2626
command: "npx"
27-
args: ["-y", "@modelcontextprotocol/server-slack"]
28-
description: "Access Slack API operations"
27+
args: ["-y",
28+
"slack-mcp-server@latest",
29+
"--transport",
30+
"stdio"]
31+
env:
32+
SLACK_MCP_XOXP_TOKEN: "ADD_YOUR_TOKEN_HERE"
33+
SLACK_MCP_ADD_MESSAGE_TOOL: "true"
34+
description: "Access Slack API operations"]

0 commit comments

Comments
 (0)