Skip to main content
Glama

Apple Health MCP Server

by neiltron
utils.ts147 B
export function jsonReplacer(key: string, value: any): any { if (typeof value === 'bigint') { return value.toString(); } return value; }

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/neiltron/apple-health-mcp'

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