Skip to main content
Glama

Axion Planetary MCP

by Dhenenjay
logger.tsβ€’250 B
import pino from 'pino'; export const logger = pino({ level: process.env.LOG_LEVEL ?? 'info', transport: process.env.NODE_ENV==='development' ? { target:'pino-pretty'}: undefined }); export const withReq = (reqId: string) => logger.child({ reqId });

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/Dhenenjay/axion-planetary-mcp'

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