SecureFoxMCPServer
mcp_secure-fox
Secure FoxMCP 브라우저 제어 MCP 서버입니다.
SecureFoxMCPServer / SecureFoxMCPTools를 gateway에서 추출하여 독립 실행형, 설치 가능한 Python 패키지(secure-fox)로 만듭니다. 벤더링된 업스트림 FoxMCP 서버를 탭별 작업에 대한 도메인 검증으로 래핑합니다.
업스트림 호환성: _setup_tab_tools, _setup_navigation_tools,
_setup_content_tools만 재정의됩니다. 그 외의 모든 도구(창, 기록, 즐겨찾기, 요청 모니터링)는 FoxMCPTools에서 변경 없이 상속됩니다.
gateway와의 관계
secure-fox는 의도적으로 gateway 패키지와 분리되어 있습니다.
gateway는
securefox를 import 하지 않습니다. 다른 백엔드(k8s, netbox, grafana)와 마찬가지로 프록시할 뿐입니다.secure-fox는 gateway/deploy 이미지에 설치되며 콘솔 스크립트securefox-mcp-server로 실행됩니다.gateway의 정책 파일
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를 푸시합니다.새 버전은 사용되는 곳(deploy
.env,SECUREFOX_VERSION)에 수동으로 고정합니다. 패키지는 PyPI가 아니라 git refs에서 설치됩니다.
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