Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PLAID_ENV | No | Plaid environment (sandbox, development, or production) | sandbox |
| PLAID_SECRET | No | Plaid secret key | |
| PLAID_ENABLED | No | Set to true to enable the Plaid service | |
| SLACK_ENABLED | No | Set to true to enable the Slack service | |
| GITHUB_API_KEY | No | GitHub personal access token (Generate at: https://github.com/settings/tokens) | |
| GITHUB_ENABLED | No | Set to true to enable the GitHub service | |
| LINEAR_API_KEY | No | Linear API key (Get from: https://linear.app/settings/api) | |
| LINEAR_ENABLED | No | Set to true to enable the Linear service | |
| NOTION_API_KEY | No | Notion integration token (Create at: https://developers.notion.com/docs/create-a-notion-integration) | |
| NOTION_ENABLED | No | Set to true to enable the Notion service | |
| PLAID_CLIENT_ID | No | Plaid client ID (Get from: https://dashboard.plaid.com/developers/keys) | |
| SLACK_BOT_TOKEN | No | Slack bot token (Create at: https://api.slack.com/apps) |
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 | |