Skip to main content
Glama

Slack MCP Server

by AVIMBU
smithery.yaml535 B
startCommand: type: stdio configSchema: type: object required: - slackBotUserOauthToken - slackTeamId properties: slackBotUserOauthToken: type: string description: The OAuth Token of your Slack's App User. slackTeamId: type: string description: The Slack Team ID of the workspace. commandFunction: |- (config) => ({ command: 'node', args: ['dist/index.js'], env: { SLACK_BOT_USER_OAUTH_TOKEN: config.slackBotToken, SLACK_TEAM_ID: config.slackTeamId } })

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/AVIMBU/slack-mcp-server'

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