Skip to main content
Glama
config.py429 B
from pydantic_settings import BaseSettings, SettingsConfigDict class Settings(BaseSettings): can_interface: str = "virtual" can_channel: str = "bus0" dbc_path: str = "vehicle.dbc" mcp_port: int = 6278 model_config = SettingsConfigDict( env_prefix="MCP_CAN_", env_file=".env", extra="ignore", ) def get_settings() -> Settings: return Settings() # type: ignore[call-arg]

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/farzadnadiri/mcp-ecu'

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