Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WP_ASTRO_DBNoSQLite database path for storing state and cache.data/wp-astro.db
WP_ASTRO_MODENoOperational mode: 'router' (3 tools) or 'full' (all tools).router
WP_ASTRO_CONFIGNoConfig file path for site credentials and settings.config/sites.json
WP_ASTRO_LOG_LEVELNoLogging level: debug, info, warn, or error.info

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
wp_astro_runA

Execute a WordPress-to-Astro frontend action. Use wp_astro_help to list available actions.

Common workflows:

  1. Add site: site_add → site_analyze → site_export_config

  2. Preview: convert_preview (see sample converted posts)

  3. Export: export_plan → export_start → export_resume → export_validate

  4. Publish: github_init → github_create_repo → github_push

  5. Ongoing sync: sync_check → sync_pull → github_push

  6. Auto sync: sync_full (check + pull + delete + commit in one step)

Quick actions:

  • site_list — see all registered sites

  • sync_check — see what changed in WordPress since last sync

  • sync_full — sync everything and optionally auto-commit

wp_astro_helpC

List available actions, optionally filtered by category.

wp_astro_describeB

Get the full input schema for a specific action.

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/vapvarun/wp-astro-mcp'

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