Skip to main content
Glama

MCP-OpenAPI

by rmasters
settings.py212 B
from pydantic_core import Url from pydantic_settings import BaseSettings, SettingsConfigDict class Settings(BaseSettings): model_config = SettingsConfigDict(env_prefix="MCP_OPENAPI_") openapi_url: Url

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/rmasters/mcp-openapi'

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