MCP Web Server
by zhaiy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_LOG_LEVEL | No | 日志级别 | INFO |
| MCP_HTTP_PROXY | No | HTTP 代理 | |
| MCP_USER_AGENT | No | 自定义 User-Agent | 内置 UA |
| MCP_BING_DOMAIN | No | Bing 检索域名(可设 www.bing.com/cn.bing.com) | www.bing.com |
| MCP_HTTPS_PROXY | No | HTTPS 代理 | |
| MCP_SEARCH_ENGINE | No | 搜索引擎:duckduckgo/bing/baidu | duckduckgo |
| MCP_SEARCH_API_KEY | No | 可选搜索 API Key(预留扩展) | |
| MCP_DEFAULT_TIMEOUT | No | 默认请求超时(秒) | 30 |
| MCP_RATE_LIMIT_HTTP | No | http_request 每分钟调用上限 | 30 |
| MCP_RATE_LIMIT_SEARCH | No | web_search 每分钟调用上限 | 5 |
| MCP_RATE_LIMIT_EXTRACT | No | extract_webpage_content 每分钟调用上限 | 10 |
| MCP_SEARCH_API_ENDPOINT | No | 可选搜索 API Endpoint(预留扩展) | |
| MCP_STDIN_INVALID_INPUT_POLICY | No | 非法 stdin 行处理策略:ignore/warn/strict | warn |
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/zhaiy/local-webserver-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server