We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/karthikingithub/pagila-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
conftest.py•225 B
import os
import sys
# Ensure the project root is on sys.path so tests can import top-level modules
ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
if ROOT not in sys.path:
sys.path.insert(0, ROOT)