Skip to main content
Glama

ManaMurah MCP Server

by manamurah
wrangler.toml•886 B
#:schema node_modules/wrangler/config-schema.json name = "manamurah-mcp-server" main = "src/index.ts" compatibility_date = "2024-09-23" compatibility_flags = ["nodejs_compat"] [vars] MANAMURAH_API_BASE = "https://api.manamurah.com" RATE_LIMIT_ENABLED = "true" CACHE_TTL = "300" MAX_QUERIES_PER_MINUTE = "10" MAX_QUERIES_PER_HOUR = "100" # Environment-specific configurations [env.production] name = "manamurah-mcp-server" vars = { ENVIRONMENT = "production" } [env.staging] name = "manamurah-mcp-server-staging" vars = { ENVIRONMENT = "staging" } [env.development] name = "manamurah-mcp-server-dev" vars = { ENVIRONMENT = "development" } # Custom domains [[routes]] pattern = "mcp.manamurah.com" custom_domain = true # KV namespace for rate limiting (optional) # [[kv_namespaces]] # binding = "MCP_CACHE" # id = "your-kv-namespace-id" # preview_id = "your-preview-kv-namespace-id"

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/manamurah/mcp-server'

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