Skip to content

Conversation

qrpike
Copy link
Collaborator

@qrpike qrpike commented May 28, 2025

Summary

  • document how to run the Polygon MCP server using Docker

Testing

  • python -m compileall -q src entrypoint.py
  • pip check

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the README to document how to run the Polygon MCP server using Docker.

  • Added a "Running with Docker" section with step-by-step instructions.
  • Provided commands for building the Docker image and starting the container.

2. Start the container, passing in your API key:

```bash
POLYGON_API_KEY=your_api_key_here docker compose up
Copy link
Preview

Copilot AI May 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider clarifying that 'docker compose' requires Docker Compose v2 or later; if support for older versions is needed, add a note or alternative command.

Copilot uses AI. Check for mistakes.

@DanStough
Copy link
Contributor

What does your Claude config look like when it's running in the container?

@qrpike
Copy link
Collaborator Author

qrpike commented May 28, 2025

What does your Claude config look like when it's running in the container?

I was wondering the same thing. Since it doesn't seem to be using a port, I'm not sure how it would run it unless it was with docker exec {container_name}

@DanStough
Copy link
Contributor

Yeah, we would need to implement #10 to be able to do it out of process AFAIK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants