Back to Home
Stig-Johnny icon

slack-notifications-mcp

Verified Safe

by Stig-Johnny

Overview

Allows an AI agent to monitor Xcode Cloud build statuses and interact with Slack channels programmatically.

Installation

Run Command
node index.js

Environment Variables

  • SLACK_BOT_TOKEN
  • SLACK_BUILD_CHANNEL_ID

Security Notes

The server requires sensitive credentials (SLACK_BOT_TOKEN) to be provided via environment variables, which is good practice. It utilizes the official `@slack/web-api` library, reducing custom API interaction risks. Input validation for tool arguments is handled by Zod schemas through the MCP SDK. There is no evidence of `eval` or direct arbitrary command execution from user input. Error handling for missing Slack scopes is explicit, promoting secure configuration. Output message truncation (e.g., to 500 characters for text) helps prevent excessively large responses and implicitly limits potential data exposure, though this could be a minor data loss point for very long messages.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-12-06

Tags

SlackXcode CloudBuild MonitoringCommunicationAutomation