Skip to main content
Glama

Slack MCP

MIT License
696
  • Apple
  • Linux
docker-compose.dev.yml591 B
services: mcp-server: build: context: . target: dev dockerfile: Dockerfile command: /dlv debug /app/cmd/slack-mcp-server/main.go --accept-multiclient --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" 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