Skip to main content
Glama

Cloudflare MCP Server

by jeffgolden
jest.config.cjs415 B
/** @type {import('jest').Config} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', extensionsToTreatAsEsm: ['.ts'], globals: { 'ts-jest': { useESM: true, tsconfig: 'tsconfig.json', }, }, moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1', }, testMatch: ['**/?(*.)+(test).ts'], testPathIgnorePatterns: [ '/tests/integration/', '/tests/unit/', ], };

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/jeffgolden/cloudflare_mcp'

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