Skip to main content
Glama

mcp-perplexity

MIT License
62
  • Linux
  • Apple
utils.py268 B
from pathlib import Path def get_logs_dir(): """Get the logs directory path. Returns a path in the user's home directory to ensure it's writable. """ home_dir = Path.home() logs_dir = home_dir / ".mcp-perplexity" / "logs" return logs_dir

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/daniel-lxs/mcp-perplexity'

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