Skip to main content
Glama

Awesome MCP FastAPI

by MR-GREEN1337
from pydantic_settings import BaseSettings from typing import List class Settings(BaseSettings): class Config: env_file = ".env" env_file_encoding = "utf-8" ALLOWED_ORIGINS: List[str] ENVIRONMENT: str = "development" # Add More here settings = Settings()

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/MR-GREEN1337/awesome-mcp-fastapi'

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