Skip to main content
Glama

mcp-ipfs

by alexbakers
logger.ts353 B
// Simple logger writing to stderr to avoid interfering with stdout (MCP) export const logger = { debug: (...args: any[]) => console.error("[DEBUG]", ...args), info: (...args: any[]) => console.error("[INFO]", ...args), warn: (...args: any[]) => console.error("[WARN]", ...args), error: (...args: any[]) => console.error("[ERROR]", ...args), };

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/alexbakers/mcp-ipfs'

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