Skip to main content
Glama

Cloudflare API MCP

by fefergrgrgrg
README.ui1.05 kB
Set up nodejs: curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - echo "deb https://deb.nodesource.com/node_6.x stretch main" > /etc/apt/sources.list.d/nodesource.list apt-get update Install mongo & nodejs: sudo apt install mongodb nodejs Compile: # This is mostly for SITE_URL & API_SMLY_URL, others # will be set for the server later cat <<EOF > .env.prod DB_CONNECT=mongodb://mongo:27017 DB_NAME=smly_coinspace COOKIE_SALT= 'blob' USERNAME_SALT= 'bleeb' NODE_ENV=development PORT=8080 SITE_URL=/api/ API_BTC_URL=https://btc.coin.space/api/ API_BCH_URL=https://bch.coin.space/api/ API_LTC_URL=https://ltc.coin.space/api/ API_ETH_URL=https://eth.coin.space/api/v1/ API_SMLY_URL=https://blocks.smileyco.in/api/ EOF npm ci npm run client Configure for production use: cat <<EOF > .local-conf PROJECT_MODE="production" WWW_SERVER_NAME="wallet.smileyco.in" WWW_CERT_PATH="/etc/nginx/ssl" sudo ./install.sh

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/fefergrgrgrg/cloudflare-api-mcp'

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