SecureFoxMCPServer
mcp_secure-fox
Secure FoxMCP 浏览器控制 MCP 服务器。
将 SecureFoxMCPServer / SecureFoxMCPTools 从网关中提取出来,封装为独立的、可安装的 Python 包(secure-fox)。它封装了随附的上游 FoxMCP 服务器,并在标签页特定操作上增加了域名验证。
上游兼容性:仅覆盖 _setup_tab_tools、_setup_navigation_tools、_setup_content_tools。其他所有工具(窗口、历史记录、书签、请求监控)都原样继承自 FoxMCPTools。
与网关的关系
secure-fox 有意与网关解耦:
网关不导入
securefox,而是像代理其他后端(k8s、netbox、grafana)一样代理它。secure-fox被安装到网关的部署镜像中,并通过其控制台脚本securefox-mcp-server启动。网关的策略文件
deploy/config/policy/real/browser.yaml以name: browser、url: http://localhost:9005/mcp的形式引用它。
Related MCP server: mcp-chrome-server
控制台脚本
securefox-mcp-server --mcp-port 9005 --ws-port 8765Firefox 扩展通过 WebSocket(端口 8765)连接。MCP 服务器在端口 9005 上运行,供策略代理发现。
开发
pip install -e ".[dev]"
python -m pytest发布
手动发布流程(工作流在标签上运行测试/构建/发布):
在
pyproject.toml、_version.py和__init__.py中统一更新version(保持三处一致)。提交,然后执行
git tag vX.Y.Z,再执行git push && git push --tags。工作流运行测试并推送
ghcr.io/prog76/mcp-secure-fox:vX.Y.Z。手动在使用该版本的地方固定新版本(部署的
.env中的SECUREFOX_VERSION)。这些包从 git refs 安装,而不是从 PyPI 安装。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceEnables direct browser control via Chrome DevTools Protocol, supporting navigation, interaction, content extraction, and screenshots through a single MCP tool.1341MIT
- FlicenseCqualityDmaintenanceEnables browser automation, including navigation, form filling, login with CAPTCHA handling, and element manipulation, using a Chrome-based MCP server.364
- AlicenseNot gradedqualityBmaintenanceEnables MCP clients to drive a real, logged-in Chrome browser for web automation tasks like navigation, clicking, typing, and screenshotting.11MIT
- FlicenseNot gradedqualityCmaintenanceEnables MCP clients to control a real local browser window for web automation tasks such as clicking, typing, scrolling, and taking screenshots.11
Related MCP Connectors
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
Stealth web browser for agents: search, fetch, click and type through persistent sessions over MCP.
Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.
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/prog76/mcp_secure-fox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server