Skip to main content
Glama

MCP Ollama Consult Server

by Atomic-Germ
logger.ts418 B
const DEBUG = Boolean(process.env.DEBUG_MCP); export function info(...args: any[]) { console.info("[mcp]", ...args); } export function warn(...args: any[]) { console.warn("[mcp]", ...args); } export function error(...args: any[]) { console.error("[mcp]", ...args); } export function debug(...args: any[]) { if (DEBUG) console.debug("[mcp][debug]", ...args); } export default { info, warn, error, debug };

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/Atomic-Germ/mcp-consult'

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