Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | Yes | Your OpenAI API Key (starts with sk-). Required for AI features. Get it from platform.openai.com | |
| TAVILY_API_KEY | No | Your Tavily API Key (starts with tvly-). Optional for web search. Get it from tavily.com | |
| SLACK_APP_TOKEN | Yes | Your Slack App Token (starts with xapp-). Required for Socket Mode (real-time auto-responses). Get it from api.slack.com/apps | |
| SLACK_BOT_TOKEN | Yes | Your Slack Bot Token (starts with xoxb-). Required. Get it from api.slack.com/apps |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |