File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
examples/usecases/mcp_github_to_slack_agent Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ]
You can’t perform that action at this time.
0 commit comments