We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Automattic/wordpress-reader-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•708 B
# Authentication Server Configuration
AUTH_SERVER_URL=http://localhost:3000
# MCP Security - Shared secret for server authentication
# Generate with: openssl rand -hex 32
MCP_SHARED_SECRET=your_shared_secret_here
# Confidentiality Protection for WordPress.com blogs
# Set to 'true' to disable confidentiality checks for WordPress.com blogs
# When enabled (false): Only blogs with p2_confidentiality_disabled sticker are accessible
# When disabled (true): All blog content is accessible regardless of stickers
# Default: false (protection enabled)
DISABLE_CONFIDENTIALITY_CHECK=false
# Optional: Direct WordPress.com access token (alternative to auth server)
# WORDPRESS_ACCESS_TOKEN=your_direct_token_here