Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MONGODB_URL | Yes | MongoDB connection URL for LLM Memory Store | |
| GITHUB_TOKEN | Yes | GitHub API token for GitHub integration | |
| NOTION_TOKEN | Yes | Notion API token for Notion integration | |
| SLACK_APP_TOKEN | No | Slack app token for Socket Mode (xapp-your-app-token) | |
| SLACK_BOT_TOKEN | No | Slack bot token (xoxb-your-bot-token) | |
| NEXT_PUBLIC_WS_URL | No | WebSocket URL for the dashboard | ws://localhost:3001 |
| NEXT_PUBLIC_API_URL | No | API URL for the dashboard | http://localhost:3000 |
| SLACK_SIGNING_SECRET | No | Slack signing secret for webhook verification | |
| GOOGLE_CALENDAR_TOKEN | Yes | Google Calendar API token for Calendar integration |
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 | |