Skip to main content
Glama

Slack MCP

MIT License
696
  • Apple
  • Linux
release.yaml1.09 kB
name: Release NPM on: push: tags: - '*' concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true env: GO_VERSION: 1.23 NPM_TOKEN: ${{ secrets.NPM_TOKEN }} permissions: contents: write discussions: write jobs: release: name: Release runs-on: macos-latest steps: - name: Checkout uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: go-version: ${{ env.GO_VERSION }} - name: Install dependencies run: npm install -g @anthropic-ai/dxt - name: Build binaries run: make build-all-platforms - name: Build DTX Extension run: make build-dxt - name: Upload artifacts uses: softprops/action-gh-release@v2 with: generate_release_notes: true make_latest: true files: | LICENSE build/slack-mcp-server-* build/slack-mcp-server.dxt .env.dist docker-compose.yml - name: Publish npm run: make npm-publish

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/korotovsky/slack-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server