Skip to main content
Glama

Slack MCP

MIT License
696
  • Apple
  • Linux
integration-tests.yaml718 B
name: Integration Tests on: push: branches: - master pull_request_target: workflow_dispatch: permissions: contents: read jobs: integration-tests: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v5 with: go-version-file: "go.mod" - name: Download dependencies run: make deps - name: Run integration tests env: SLACK_MCP_OPENAI_API: ${{ secrets.SLACK_MCP_OPENAI_API }} SLACK_MCP_XOXP_TOKEN: ${{ secrets.SLACK_MCP_XOXP_TOKEN }} NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }} run: make test-integration

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