Skip to main content
Glama

Slack MCP

MIT License
696
  • Apple
  • Linux
docker-compose.toolkit.yml809 B
services: mcp-server: build: context: . target: production dockerfile: Dockerfile # Uncomment to have delve debug on port 40000 # command: /dlv debug /app/cmd/slack-mcp-server/main.go --headless --listen=:40000 --api-version=2 --log -- --transport sse restart: unless-stopped networks: - app-tier ports: - "3001:3001" - "40000:40000" env_file: - .env environment: SLACK_MCP_HOST: "0.0.0.0" SLACK_MCP_PORT: "3001" # If you use this docker-compose file with HTTP Toolkit, you likely want to set # SLACK_MCP_PROXY="http://host.docker.internal:8000" # SLACK_MCP_SERVER_CA_TOOLKIT="yes" extra_hosts: - "host.docker.internal:host-gateway" networks: app-tier: name: app-tier external: true

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