We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cbyrohl/mcp-server-ads'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
config.py•179 B
"""Configuration from environment variables."""
from __future__ import annotations
import os
ADS_API_URL: str = os.environ.get("ADS_API_URL", "https://api.adsabs.harvard.edu")