Local Web Search MCP Server
by kefyusuf
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_DB_PATH | No | SQLite cache database path. | websearch_cache.db |
| FETCH_WAIT_UNTIL | No | Playwright wait strategy. Use domcontentloaded for faster rendered-page fallback. | networkidle |
| FORCE_PLAYWRIGHT | No | Set to true to skip HTTP-first fetch and always use Playwright. | |
| SEARCH_PROVIDERS | No | Comma-separated provider order. Supported values: duckduckgo, bing, brave, google. | duckduckgo,bing |
| ENABLE_CROSSLINGUAL | No | Enables language detection and cross-lingual search support. | false |
| RATE_LIMIT_FETCH_PER_MIN | No | Maximum fetch_content requests per minute. Invalid or non-positive values disable the limiter. | 20 |
| RATE_LIMIT_SEARCH_PER_MIN | No | Maximum web_search requests per minute. Invalid or non-positive values disable the limiter. | 10 |
| CACHE_CLEANUP_INTERVAL_HOURS | No | Interval for expired content cache cleanup. | 24 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kefyusuf/local-websearch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server