Skip to main content
Glama

FastAPI MCP Server

by DavidHolguin
config.py373 B
from pydantic_settings import BaseSettings class Settings(BaseSettings): SUPABASE_URL: str SUPABASE_SERVICE_ROLE_KEY: str SUPABASE_ANON_KEY: str | None = None N8N_WEBHOOK_BASE: str MCP_API_TOKENS: str # CSV de tokens válidos ALLOW_ORIGINS: str = "*" ENV: str = "production" 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/DavidHolguin/mcpEAM'

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