Skip to main content
Glama
gilberth

MCP Cloudflare DNS Server

index.js306 B
'use strict'; var mimeDb = require('mime-db'); module.exports = function () { var ret = {}; Object.keys(mimeDb).forEach(function (x) { var val = mimeDb[x]; if (val.extensions && val.extensions.length > 0) { val.extensions.forEach(function (y) { ret[y] = x; }); } }); return ret; };

Latest Blog Posts

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

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