mirror of
https://github.com/dogkeeper886/ollama-k80-lab.git
synced 2025-12-09 23:37:07 +00:00
MCP Web Browser Docker Container
This Docker container sets up an environment to run the mcp-web-browser application, which is designed to extract information from web pages using Playwright and other Python libraries.
Getting Started
Prerequisites
- Docker installed on your machine.
Usage
For the MCP server setup using Visual Studio Code's Continue plugin.
mcpServers:
- name: mcp-web-browser
command: docker
args:
- run
- -i
- --rm
- dogkeeper886/mcp-web-browser:latest
- /usr/bin/python3
- /usr/local/src/mcp-web-browser/src/mcp_web_browser/server.py
Contributing
Contributions to this project are welcome! If you have any issues or would like to contribute, please feel free to open an issue on the GitHub repository.
License
This project is licensed under the MIT License - see the LICENSE file for details.