Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLERK_CLIENT_ID | Yes | Your Clerk OAuth application Client ID | |
| CLERK_SECRET_KEY | Yes | Your Clerk Secret Key from API Keys (starts with sk_live_ for production or sk_test_ for development) | |
| CLERK_FRONTEND_API | Yes | Your Clerk Frontend API URL (e.g., https://your-subdomain.clerk.accounts.dev) | |
| CLERK_CLIENT_SECRET | Yes | Your Clerk OAuth application Client Secret | |
| COOKIE_ENCRYPTION_KEY | Yes | Cookie encryption key (generate with: openssl rand -hex 32) |
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 | |