Skip to main content
Glama

Zydsoft MCP Server

by hfzhae
utils.ts438 B
export function getApiKey(): string { const apiKey = process.env.ZYDSOFT_API_KEY if (!apiKey) { console.error("ZYDSOFT_API_KEY environment variable is not set") process.exit(1) } return apiKey } export function getPartnerId(): string { const partnerId = process.env.ZYDSOFT_PARTNERID if (!partnerId) { console.error("ZYDSOFT_PARTNERID environment variable is not set") process.exit(1) } return partnerId }

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/hfzhae/MCP'

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