Skip to main content
Glama

Personal Assistant MCP Server

by lemannrus
logger.py173 B
import logging from pathlib import Path from config import LOG_PATH logging.basicConfig(filename=Path(LOG_PATH), level=logging.DEBUG) logger = logging.getLogger(__name__)

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/lemannrus/personal-assistant-mcp'

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