Skip to main content
Glama

WebSearch MCP Server

by Howe829
config.py431 B
from pydantic_settings import BaseSettings, SettingsConfigDict class Settings(BaseSettings): model_config = SettingsConfigDict(env_file=".env", env_file_encoding="utf-8") bing_search_base_url: str google_search_base_url: str cc: str language: str impersonate: str host: str port: int server_mode: str llm_base_url: str llm_api_key: str llm_model_name: str 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/Howe829/websearch-mcp-server'

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