Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<details>
<summary>Local Dev Config for claude_desktop_config.json</summary>

Expand Down