Skip to main content
Glama

open-webSearch

by Aas-ee
smithery.yaml964 B
# Smithery configuration file: https://smithery.ai/docs/build/project-config startCommand: type: http configSchema: # JSON Schema defining the configuration options for the MCP. type: object required: [] properties: enableCors: type: boolean default: false description: Enable CORS corsOrigin: type: string default: "*" description: CORS origin defaultSearchEngine: type: string default: duckduckgo description: Default search engine (bing, baidu, duckduckgo, exa, brave, juejin) useProxy: type: boolean default: false description: Enable HTTP proxy proxyUrl: type: string default: http://127.0.0.1:10809 description: Proxy server URL exampleConfig: enableCors: false corsOrigin: "*" defaultSearchEngine: duckduckgo useProxy: true proxyUrl: http://your-proxy-server:port

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/Aas-ee/open-webSearch'

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