Skip to main content
Glama

MCP Server Fetch Python

by tatn
settings.py158 B
from pydantic_settings import BaseSettings class Settings(BaseSettings): OPENAI_API_KEY: str = "" MODEL_NAME: str = "gpt-4o" config = 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/tatn/mcp-server-fetch-python'

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