Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLIENT_ID | Yes | Slack client ID | |
| JWT_SECRET | Yes | Your JWT signing secret | |
| DATABASE_URL | Yes | PostgreSQL database URL | |
| CLIENT_SECRET | Yes | Slack client secret | |
| SLACK_REDIRECT_URI | No | Slack OAuth redirect URI | http://localhost:8000/mcp/slack/oauth/callback |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |