slack-mcp-server

No description

GitHub Stars

31

User Rating

Not Rated

Favorites

0

Views

49

Forks

6

Issues

1

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Go: 1.16 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/korotovsky/slack-mcp-server.git
cd slack-mcp-server

2. Install Dependencies

bash
go mod tidy

3. Build the Server

bash
go build -o slack-mcp-server

4. Start the Server

bash
./slack-mcp-server

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Go version and reinstall dependencies. Issue: Unable to connect to Slack API Solution: Verify OAuth tokens and settings.

Additional Resources