Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SLACK_MCP_DATA_DIRNoCustom path for SQLite cache (default: ~/.local/share/mcp-notify)
SLACK_MCP_BOT_TOKENNoBot token (xoxb-...) from your Slack app
SLACK_MCP_XOXC_TOKENNoUser's xoxc-... token
SLACK_MCP_XOXD_TOKENNoUser's xoxd-... session token (value of the d cookie)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
send_messageA

Send a message to a Slack channel or thread. In user-token mode, messages are tagged with :robot_face: so recipients know it was AI-assisted. In bot-token mode, the app identity serves this purpose.

NOTE: This tool posts to channels only. DMs are not supported.

MENTIONS: Write @username or @groupname naturally — they are auto-resolved. Do NOT construct <@U...> syntax manually.

SLACK URLs: When given a Slack URL like .../archives/C0AGCGG628K/p1718033467085279:

  • Channel ID: the segment after /archives/ → pass as channel

  • Thread timestamp: strip "p", insert dot before last 6 digits → "1718033467.085279" Prefer channel ID over channel name when both are available.

FORMAT — Slack mrkdwn (NOT Markdown): bold italic strike code block <https://url|link text> > quote • bullets :emoji_name: NEVER use: bold, text, # headers, --- rules, tables, ![images].

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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

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