We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chestnutforty/mcp-google-trends'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
conftest.py•188 B
import sys
from pathlib import Path
# Add parent directory to Python path so we can import the server module
parent_dir = Path(__file__).parent.parent
sys.path.insert(0, str(parent_dir))