Skip to main content
Glama

MCP Shell Server

by mkusaka
logger.ts430 B
import winston from "winston"; import path from "path"; export const logger = winston.createLogger({ level: "info", format: winston.format.combine( winston.format.timestamp(), winston.format.json(), ), transports: [ new winston.transports.File({ filename: path.join(process.cwd(), "mcp-shell.log"), }), // Console output is disabled to avoid interfering with MCP protocol communication ], });

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/mkusaka/mcp-shell-server'

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