Skip to main content
Glama

Cloudflare Remote PostgreSQL Database MCP Server

setup.ts356 B
import { beforeEach, vi } from 'vitest' // Mock crypto API for Node.js environment Object.defineProperty(global, 'crypto', { value: { subtle: { sign: vi.fn(), verify: vi.fn(), importKey: vi.fn(), }, getRandomValues: vi.fn(), }, }) // Mock fetch globally global.fetch = vi.fn() beforeEach(() => { vi.clearAllMocks() })

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/technophile-04/sre-mcp'

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