Skip to main content
Glama

Slack MCP Server

by aryahadii
MIT License
Dockerfile503 B
# Use official Python image FROM python:3.11-slim # Set environment variables ENV PYTHONDONTWRITEBYTECODE=1 \ PYTHONUNBUFFERED=1 # Set work directory WORKDIR /app # Install dependencies COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt # Copy project files COPY . . # Expose the default FastMCP port (can be changed if needed) EXPOSE 8080 # Command to run the server. Assumes SLACK_BOT_TOKEN is provided via env or .env CMD ["fastmcp", "run", "main.py", "-t", "sse"]

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/aryahadii/slack-mcp-server'

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