Skip to main content
Glama
client.py375 B
from __future__ import annotations from functools import cache from typing import TYPE_CHECKING import httpx if TYPE_CHECKING: from yourware_mcp.credentials import Credentials @cache def get_client(credentials: Credentials) -> httpx.AsyncClient: return httpx.AsyncClient(base_url=credentials.base_url, headers={"Authorization": f"Bearer {credentials.api_key}"})

Latest Blog Posts

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/ai-zerolab/yourware-mcp'

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