Skip to main content
Glama
config.py569 B
from pydantic_settings import BaseSettings class NoLangMCPConfig(BaseSettings): """ Settings can be set by: - OS Environment Variables NOLANG_API_KEY: NoLang API key NOLANG_API_BASE_URL: NoLang API base URL NOLANG_MCP_PORT: NoLang MCP port """ nolang_api_key: str nolang_api_base_url: str = "https://api.no-lang.com/v1" nolang_mcp_port: int = 7310 class Config: # type: ignore[override] case_sensitive = False env_prefix = "" nolang_mcp_config = NoLangMCPConfig() # type: ignore[call-arg]

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/team-tissis/nolang-mcp'

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