Skip to main content
Glama

MCP Content Analyzer

by DuncanDam
logger.ts611 B
import winston from 'winston'; import { config } from './config.js'; export const logger = winston.createLogger({ level: config.server.logLevel, format: winston.format.combine( winston.format.timestamp(), winston.format.errors({ stack: true }), winston.format.simple() ), defaultMeta: { service: config.team.serverName, team: config.team.name }, transports: [ // Only use console logging to stderr - Claude Desktop captures this new winston.transports.Console({ stderrLevels: ['error', 'warn', 'info', 'debug'], format: winston.format.simple() }) ] });

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/DuncanDam/my-mcp'

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