Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind address for the HTTP server | 0.0.0.0 |
| PORT | No | Port for the HTTP server | 3000 |
| MCP_PATH | No | HTTP path for MCP | /mcp |
| SUPABASE_URL | No | Your Supabase project URL (e.g., https://your-project.supabase.co) | |
| VERCEL_TOKEN | No | Your Vercel API token | |
| SUPABASE_TOKEN | No | Your Supabase bearer token | |
| CONTEXT7_API_KEY | No | Your Context7 API token | |
| SUPABASE_ANON_KEY | No | Your Supabase anonymous key |
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 | |