Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WPNAV_BASEYesThe WP Navigator API base endpoint (e.g., https://your-site.com/wp-json/wpnav/v1)
WP_APP_PASSYesYour WordPress application password (format: xxxx xxxx xxxx xxxx xxxx xxxx)
WP_APP_USERYesYour WordPress username for application password authentication
WP_BASE_URLYesThe base URL of your WordPress site (e.g., https://your-site.com)
WP_REST_APIYesThe WordPress REST API endpoint (e.g., https://your-site.com/wp-json)
WPNAV_INTROSPECTYesThe WP Navigator introspect endpoint (e.g., https://your-site.com/wp-json/wpnav/v1/introspect)
ALLOW_INSECURE_HTTPNoAllow HTTP for localhost development. Set to 1 to allow insecure connections0
WPNAV_ENABLE_WRITESNoEnable write operations (create/update/delete). Set to 1 to enable, 0 for read-only mode (safe by default)0
WPNAV_MAX_RESPONSE_KBNoMaximum response size in kilobytes before truncation64
WPNAV_TOOL_TIMEOUT_MSNoPer-tool timeout in milliseconds (default: 10 minutes)600000

Tools

Functions exposed to the LLM to take actions

NameDescription
wpnav_introspect

Get WP Navigator Pro API capabilities, policy configuration, and environment hints. Call this first to understand what the API can do.

wpnav_search_tools

Find WP Navigator tools by natural language query or category. Returns tool names and brief descriptions only (not full schemas). Use wpnav_describe_tools to get full schemas for tools you want to use.

wpnav_describe_tools

Get full input schemas for specific WP Navigator tools. Call this after using wpnav_search_tools to get the schemas you need before calling wpnav_execute.

wpnav_execute

Execute any WP Navigator tool by name. Use wpnav_search_tools to discover tools and wpnav_describe_tools to get their schemas first.

wpnav_context

Get a compact context dump of the WordPress site including focus mode, available tools, active role, cookbooks, site info, and safety settings. Designed for AI agent initialization.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Tools OverviewCategorized list of all available WP Navigator tools with use cases
Site ContextCurrent WordPress site information including theme, plugins, and configuration
Guide: GutenbergHow to build pages with Gutenberg blocks
Guide: WorkflowsCommon workflow patterns for content, plugins, and users
Roles ListList of all available AI roles with metadata
Cookbooks ListList of all available plugin cookbooks with metadata
Role: content-editorFocuses on content creation and editing for WordPress sites
Role: developerTechnical focus for development and debugging tasks
Role: seo-specialistFocuses on search engine optimization and discoverability
Role: site-adminFull administrative access for site management
Cookbook: GutenbergBest practices for creating and editing content with the WordPress Block Editor (Gutenberg). Use when working with block-based pages and posts.
Cookbook: ElementorBest practices for editing Elementor pages via WP Navigator MCP. Use when working with pages that have data-elementor-type markers or _elementor_data post meta.

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/littlebearapps/wp-navigator-mcp'

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