Skip to main content
Glama

Slack Lists MCP Server

.gitignore1.32 kB
# Slack Lists MCP Server - Git Ignore File # Environment variables and secrets .env .env.local .env.production .env.staging *.key *.pem secrets/ # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments .env/ .venv/ env/ venv/ ENV/ env.bak/ venv.bak/ .python-version # IDEs and editors .vscode/ .idea/ *.swp *.swo *~ .DS_Store Thumbs.db # Testing .coverage .pytest_cache/ .tox/ .nox/ coverage.xml *.cover *.py,cover .hypothesis/ htmlcov/ # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # pipenv Pipfile.lock # poetry poetry.lock # Celery celerybeat-schedule celerybeat.pid # SageMath parsed files *.sage.py # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # pytype static type analyzer .pytype/ # Cython debug symbols cython_debug/ # Logs *.log logs/ # Temporary files *.tmp *.temp temp/ tmp/ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # MCP specific mcp_config.json server_config.json # Backup files *.bak *.backup

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/BurtTheCoder/mcp-slack-lists'

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