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•533 B
# WordPress OAuth Application Credentials
# Get these from https://developer.wordpress.com/apps/
WORDPRESS_CLIENT_ID=your_client_id_here
WORDPRESS_CLIENT_SECRET=your_client_secret_here
# OAuth Configuration
REDIRECT_URI=http://localhost:3000/auth/callback
# Server Configuration
PORT=3000
# Security
# Generate a secure random string for JWT signing
# You can use: openssl rand -base64 32
JWT_SECRET=generate_a_secure_random_string_here
# MCP Server URL (where the MCP server will be running)
MCP_SERVER_URL=http://localhost:3001