FreeWebAI MCP Server
by Amengclass
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CDP_HOST | No | Chrome DevTools endpoint host | 127.0.0.1 |
| CDP_PORT | No | Chrome DevTools endpoint port | 9222 |
| HUB_HOST | No | daemon HTTP bind host | 127.0.0.1 |
| HUB_PORT | No | daemon HTTP bind port | 8787 |
| HUB_HEADLESS | No | Set to 1 to run Chrome headless (not recommended) | |
| HUB_MINIMIZE | No | Set to 1 to hide Chrome window | |
| PROXY_SERVER | No | Proxy server URL (e.g. http://127.0.0.1:7897) required in mainland China | |
| HUB_TIMEOUT_MS | No | Single call timeout budget in milliseconds | 120000 |
| HUB_GEMINI_FAST | No | Skip Gemini Pro model activation (faster, uses page default model) | 1 |
| AGENTCHAT_LIB_PATH | No | Path to AgentChat's skills/lib | auto-detect |
| HUB_POLL_INTERVAL_MS | No | Response polling interval in milliseconds | 1000 |
| HUB_STABILITY_WINDOW_MS | No | Completion stability window in milliseconds | 3000 |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/Amengclass/FreeWebAI'
If you have feedback or need assistance with the MCP directory API, please join our Discord server