Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GHOST_API_URLYesThe URL of your Ghost CMS instance, e.g. https://cuongn.com
GHOST_ALLOW_DELETENoEnables all delete toolsfalse
GHOST_ALLOW_SYSTEMNoEnables settings, webhooks, users, theme upload/activatefalse
GHOST_ADMIN_API_KEYYesYour Ghost Admin API key in format id:secret
GHOST_ALLOW_MEMBERSNoEnables member tools (read + write of PII)false
GHOST_ALLOW_PUBLISHNoAllows setting content status to published/scheduledfalse
GHOST_WRITE_ENABLEDNoEnables create/update posts, pages, tags; upload images & themesfalse
GHOST_ALLOW_MONETIZATIONNoEnables tiers, offers, newslettersfalse

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ghost_site_infoA

Return basic information about the Ghost site (title, description, version, url).

ghost_list_postsA

List posts with optional status/tag filtering and pagination. Returns slimmed metadata (no full body) to keep results compact.

ghost_get_postA

Fetch a single post by id or slug, including its full HTML body. Provide exactly one of id or slug.

ghost_list_pagesA

List pages with optional status/tag filtering and pagination. Returns slimmed metadata (no full body) to keep results compact.

ghost_get_pageA

Fetch a single page by id or slug, including its full HTML body. Provide exactly one of id or slug.

ghost_list_tagsB

List tags on the Ghost blog with their post counts.

ghost_get_tagA

Fetch a single tag by id or slug. Provide exactly one.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cuonghapvn/ghost-mcp-secure'

If you have feedback or need assistance with the MCP directory API, please join our Discord server