SecureFoxMCPServer
mcp_secure-fox
SecureFox MCPは、ブラウザ制御用のMCPサーバーです。
SecureFoxMCPServer / SecureFoxMCPTools をゲートウェイから抽出し、スタンドアロンでインストール可能なPythonパッケージ(secure-fox)にします。同梱されたアップストリームのFoxMCPサーバーを、タブ固有の操作に対するドメイン検証付きでラップします。
アップストリーム互換性:オーバーライドされるのは _setup_tab_tools、_setup_navigation_tools、_setup_content_tools のみです。その他のツール(windows、history、bookmarks、request monitoring)はすべて 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)で手動でピン留めします。パッケージはPyPIからではなく、git参照からインストールされます。
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