We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/srinath1510/alltrails-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
conftest.py•176 B
import sys
from pathlib import Path
# Add the project root to sys.path so tests can import from app
project_root = Path(__file__).parent
sys.path.insert(0, str(project_root))