Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLOUDFLARE_API_TOKEN | Yes | Your Cloudflare API Token with D1:Edit permissions | |
| CLOUDFLARE_ACCOUNT_ID | Yes | Your Cloudflare Account ID | |
| CLOUDFLARE_D1_DATABASE_ID | Yes | Your Cloudflare D1 Database ID | |
| CLOUDFLARE_D1_DATABASE_NAME | Yes | Your Cloudflare D1 Database Name |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| d1_query | Run a SQL query against the configured Cloudflare D1 database. |
| d1_list_tables | List tables available in the Cloudflare D1 database. |