Skip to main content
Glama

Slack Notify MCP

install-local-dev.sh327 B
set -e TARGET_DIR="$HOME/mcp/dev/slack-notify-me" # Create target directory if it doesn't exist mkdir -p "$(dirname "$TARGET_DIR")" # Remove existing target if it exists if [ -d "$TARGET_DIR" ]; then rm -rf "$TARGET_DIR" fi # Copy current repo to target directory cp -R . "$TARGET_DIR" echo "Copied repo to $TARGET_DIR"

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/SilasReinagel/slack-notify-mcp'

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