Skip to main content
Glama
logging_config.yaml474 B
version: 1 formatters: standard: format: '%(asctime)s - %(name)s - %(levelname)s - %(message)s' handlers: console: class: logging.StreamHandler level: INFO formatter: standard stream: ext://sys.stdout file: class: logging.FileHandler level: DEBUG formatter: standard filename: logs/app.log loggers: '': level: INFO handlers: [console, file] propagate: no root: level: INFO handlers: [console, file] propagate: no

Latest Blog Posts

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/arifazim/MCP_Document_Classifer'

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