Skip to main content
Glama
read_audit_log.js256 B
import fs from "fs"; import path from "path"; export async function readAuditLogHandler() { const auditPath = path.resolve("audit-log.jsonl"); if (!fs.existsSync(auditPath)) return []; return fs.readFileSync(auditPath, "utf8").trim().split("\n"); }

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/dylanmarriner/MCP-server'

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