WP Astro MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WP_ASTRO_DB | No | SQLite database path for storing state and cache. | data/wp-astro.db |
| WP_ASTRO_MODE | No | Operational mode: 'router' (3 tools) or 'full' (all tools). | router |
| WP_ASTRO_CONFIG | No | Config file path for site credentials and settings. | config/sites.json |
| WP_ASTRO_LOG_LEVEL | No | Logging level: debug, info, warn, or error. | info |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| wp_astro_runA | Execute a WordPress-to-Astro frontend action. Use wp_astro_help to list available actions. Common workflows:
Quick actions:
|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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