diff --git a/README.md b/README.md index 2c3827f..618d163 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,25 @@ uv sync POLYGON_API_KEY=your_api_key_here uv run mcp_polygon ``` +### Running with Docker + +You can also run the MCP server using Docker. The repository provides a +`Dockerfile` and a `docker-compose.yml` to simplify setup. + +1. Build the Docker image: + +```bash +docker compose build +``` + +2. Start the container, passing in your API key: + +```bash +POLYGON_API_KEY=your_api_key_here docker compose up +``` + +This starts the server inside a container named `mcp_polygon_server`. +
Local Dev Config for claude_desktop_config.json