Skip to main content
Glama

Documentation Search MCP Server

conftest.py346 B
import os import sys # Ensure example test projects can import their local modules when pytest is run # from the repository root. EXAMPLE_ROOTS = ["pytest-test-project"] for folder in EXAMPLE_ROOTS: path = os.path.join(os.path.dirname(__file__), folder) if os.path.isdir(path) and path not in sys.path: sys.path.insert(0, path)

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/anton-prosterity/documentation-search-mcp'

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