Skip to main content
Glama
mcp-wordpress.config.json.example1.45 kB
{ "$comment": "Multi-site WordPress MCP Server Configuration - IMPORTANT: Do NOT use quotes around password values with spaces. The JSON format handles them correctly.", "sites": [ { "id": "site1", "name": "My First WordPress Site", "config": { "WORDPRESS_SITE_URL": "https://site1.example.com", "WORDPRESS_USERNAME": "your_username", "WORDPRESS_APP_PASSWORD": "xxxx xxxx xxxx xxxx xxxx xxxx" } }, { "id": "site2", "name": "My Second WordPress Site", "config": { "WORDPRESS_SITE_URL": "https://site2.example.com", "WORDPRESS_USERNAME": "your_username", "WORDPRESS_APP_PASSWORD": "xxxx xxxx xxxx xxxx xxxx xxxx", "WORDPRESS_AUTH_METHOD": "app-password" } }, { "id": "corporate-blog", "name": "Corporate Blog (JWT Auth)", "config": { "WORDPRESS_SITE_URL": "https://blog.company.com", "WORDPRESS_USERNAME": "your_username", "WORDPRESS_JWT_PASSWORD": "your_user_password", "WORDPRESS_JWT_SECRET": "your_jwt_secret_key", "WORDPRESS_AUTH_METHOD": "jwt" } }, { "id": "dev-site", "name": "Development Site (Basic Auth)", "config": { "WORDPRESS_SITE_URL": "https://dev.example.com", "WORDPRESS_USERNAME": "admin", "WORDPRESS_PASSWORD": "your_password", "WORDPRESS_AUTH_METHOD": "basic" } } ] }

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/docdyhr/mcp-wordpress'

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