From d139949a8d0b02a43071019d51705e67210fa348 Mon Sep 17 00:00:00 2001 From: Quinton Pike Date: Wed, 28 May 2025 09:08:21 -0400 Subject: [PATCH] docs: add Docker usage instructions --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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