Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number for the HTTP API server | 3001 |
| CDP_URL | No | Chrome DevTools Protocol URL for browser automation (optional) | http://localhost:9222 |
| DATABASE_URL | Yes | PostgreSQL database connection URL (Neon PostgreSQL or any PostgreSQL 14+) | |
| ANTHROPIC_API_KEY | Yes | Your Anthropic API key for AI features (scoring and messaging) |
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 | |