Skip to main content
Glama
ASXRND

MCP Weather & Accruals Server

by ASXRND
config.py394 B
from pydantic_settings import BaseSettings from pydantic import Field class Settings(BaseSettings): DATABASE_URL: str = Field( default="postgresql://asx:asxAdmin1@192.168.0.111:5432/mydb" ) APP_HOST: str = "0.0.0.0" APP_PORT: int = 8000 LOG_LEVEL: str = "INFO" # <--- добавляем сюда class Config: env_file = ".env" settings = Settings()

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/ASXRND/MCP_deepseek'

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