Skip to main content
Glama

CodeGraphContext

debug_log.py322 B
import os from datetime import datetime def debug_log(message): """Write debug message to a file""" debug_file = os.path.expanduser("~/mcp_debug.log") timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S") with open(debug_file, "a") as f: f.write(f"[{timestamp}] {message}\n") f.flush()

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/Shashankss1205/CodeGraphContext'

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