Skip to content

Update README with Docker usage #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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

@qrpike qrpike added the codex label May 28, 2025 — with ChatGPT Connector
@qrpike qrpike requested review from Copilot and joedursun May 28, 2025 13:08
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