Skip to main content
Glama
logger.h358 B
#ifndef UTILS_LOGGER_H #define UTILS_LOGGER_H #include <string> namespace utils { /** * Simple logger class for demonstration. */ class Logger { private: std::string name; bool enabled; public: Logger(const std::string& name); void log(const std::string& message); void disable(); }; } // namespace utils #endif // UTILS_LOGGER_H

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/y3i12/nabu_nisaba'

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