Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GHOST_API_URL | Yes | Your Ghost site URL (domain only, no path), e.g., https://yourghostbloginstance.com | |
| GHOST_API_VERSION | Yes | Ghost API version (v5.0 for Ghost 5.x, v6.0 for Ghost 6.x) | |
| GHOST_ADMIN_API_KEY | Yes | Your Ghost Admin API key in id:secret format (from Ghost Admin → Settings → Integrations) | |
| GHOST_CONTENT_API_KEY | No | Your Ghost Content API key for read-only operations (optional) |
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 |
|---|---|
No tools | |