Skip to main content
Glama

Wizzypedia MCP Server

by cryppadotta
.env.example1.16 kB
# MediaWiki API Configuration MEDIAWIKI_API_URL=https://your-wiki-url.org/w/api.php MEDIAWIKI_USERNAME=YourUsername MEDIAWIKI_PASSWORD=YourPassword # Server Configuration (optional) PORT=3000 # Default: 3000 LOG_LEVEL=info # Default: info (options: error, warn, info, debug) # Authentication Configuration (optional) AUTH_TOKEN_EXPIRY=3600 # Token expiry in seconds (default: 1 hour) RETRY_ATTEMPTS=3 # Number of login retry attempts (default: 3) # Rate Limiting (optional) RATE_LIMIT_WINDOW=900 # Time window in seconds (default: 15 minutes) RATE_LIMIT_MAX_REQUESTS=100 # Maximum requests per window (default: 100) # Cache Configuration (optional) CACHE_ENABLED=true # Enable response caching (default: true) CACHE_TTL=300 # Cache TTL in seconds (default: 5 minutes) # Security (optional) ALLOWED_ORIGINS=* # CORS allowed origins (default: *) SSL_ENABLED=false # Enable HTTPS (default: false) SSL_KEY_PATH= # Path to SSL key file (required if SSL_ENABLED=true) SSL_CERT_PATH= # Path to SSL certificate file (required if SSL_ENABLED=true)

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/cryppadotta/mcp-wizzypedia'

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