We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zavdielx89/slack-notification-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CHANGELOG.mdβ’1.65 KiB
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2024-06-25
### Added
- π Initial release of Slack Notification MCP Server
- π± Support for multiple Slack channels via webhook configuration
- π¨ Rich message formatting with titles and color coding
- β‘ Dynamic tool creation based on configured channels
- π§ JSON-based configuration system
- π Comprehensive documentation and setup guide
- π οΈ Development mode with file watching
- π Security best practices and guidelines
### Features
- Model Context Protocol (MCP) server implementation
- Slack webhook integration for notifications
- Support for message colors (good, warning, danger)
- Individual tools for each configured channel
- Easy configuration via `config.json`
- Node.js 18+ compatibility
- MIT license
### Documentation
- Complete README with setup instructions
- Example configuration file
- Usage examples and troubleshooting guide
- Contributing guidelines
- GitHub issue templates
- Security recommendations
## [Unreleased]
### Planned
- π Support for Slack message threading
- π File attachment support
- π€ Slack bot token authentication option
- π Message templates and presets
- π Better error handling and logging
- π Environment variable configuration support
---
**Legend:**
- π New features
- π± UI/UX improvements
- π§ Configuration changes
- π Bug fixes
- π Documentation
- π Security
- β‘ Performance
- π οΈ Development tools