Skip to main content
Glama

MCP Tools for Obsidian

logger.ts488 B
import { createLogger } from "shared"; /** * The logger instance for the MCP server application. * This logger is configured with the "obsidian-mcp-tools" app name, writes to the "mcp-server.log" file, * and uses the "INFO" log level in production environments and "DEBUG" in development environments. */ export const logger = createLogger({ appName: "Claude", filename: "mcp-server-obsidian-mcp-tools.log", level: process.env.NODE_ENV === "production" ? "INFO" : "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/jacksteamdev/obsidian-mcp-tools'

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