Skip to main content
Glama

Quran MCP Server

by Prince77-7
wrangler.toml•887 B
# Cloudflare Workers configuration for Quran MCP Server # MCP-compliant JSON-RPC 2.0 HTTP server deployment name = "quran-mcp-server" main = "dist/http-server.js" compatibility_date = "2024-09-23" compatibility_flags = ["nodejs_compat"] # Account details (will be set via wrangler login) # account_id = "your-account-id" # Worker settings workers_dev = true # Routes (uncomment and configure for custom domain) # routes = [ # { pattern = "quran-mcp.yourdomain.com/*", zone_name = "yourdomain.com" } # ] # Environment variables (optional) [vars] # Add any environment variables here if needed # API_KEY = "your-api-key" # Build configuration [build] command = "npm run build" # Limits - CPU limits require paid plan # [limits] # cpu_ms = 50000 # 50 seconds CPU time per request (generous for search operations) # Development settings [dev] port = 8787 local_protocol = "http"

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/Prince77-7/quranMCP'

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