Skip to main content
Glama

AgentMode

Official
by agentmode
log_config.json533 B
{ "version": 1, "disable_existing_loggers": false, "formatters": { "default": { "format": "%(levelname)s %(asctime)s %(message)s", "use_colors": null } }, "handlers": { "file": { "class": "logging.FileHandler", "filename": "application.log", "formatter": "default" } }, "loggers": { "uvicorn": { "handlers": [ "file" ], "level": "INFO" } } }

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/agentmode/server'

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