Skip to main content
Glama
prog76

SecureFoxMCPServer

by prog76

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.yamlname: browserurl: http://localhost:9005/mcp 的形式引用它。

Related MCP server: mcp-chrome-server

控制台脚本

securefox-mcp-server --mcp-port 9005 --ws-port 8765

Firefox 扩展通过 WebSocket(端口 8765)连接。MCP 服务器在端口 9005 上运行,供策略代理发现。

开发

pip install -e ".[dev]"
python -m pytest

发布

手动发布流程(工作流在标签上运行测试/构建/发布):

  1. pyproject.toml_version.py__init__.py 中统一更新 version(保持三处一致)。

  2. 提交,然后执行 git tag vX.Y.Z,再执行 git push && git push --tags

  3. 工作流运行测试并推送 ghcr.io/prog76/mcp-secure-fox:vX.Y.Z

  4. 手动在使用该版本的地方固定新版本(部署的 .env 中的 SECUREFOX_VERSION)。这些包从 git refs 安装,而不是从 PyPI 安装。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    A
    maintenance
    Enables direct browser control via Chrome DevTools Protocol, supporting navigation, interaction, content extraction, and screenshots through a single MCP tool.
    1
    341
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables MCP clients to drive a real, logged-in Chrome browser for web automation tasks like navigation, clicking, typing, and screenshotting.
    1
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables MCP clients to control a real local browser window for web automation tasks such as clicking, typing, scrolling, and taking screenshots.
    11

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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