Skip to content

Releases: taco-ops/seestar-mcp

Release v0.2.0-beta.0

Release v0.2.0-beta.0 Pre-release
Pre-release

Choose a tag to compare

@taco-ops taco-ops released this 15 Aug 00:00

🐳 Docker Image

The Docker image for this release is available at:

docker pull ghcr.io/taco-ops/seestar-mcp:v0.2.0-beta.0

Quick Start with Docker

# Set your telescope IP
export SEESTAR_HOST=192.168.1.100
export TELESCOPE_LATITUDE=34.0522
export TELESCOPE_LONGITUDE=-118.2437
export TELESCOPE_TIMEZONE=America/Los_Angeles

# Run the container
docker run -e SEESTAR_HOST -e TELESCOPE_LATITUDE -e TELESCOPE_LONGITUDE -e TELESCOPE_TIMEZONE ghcr.io/taco-ops/seestar-mcp:v0.2.0-beta.0

Or use docker-compose:

curl -O https://raw.githubusercontent.com/taco-ops/seestar-mcp/v0.2.0-beta.0/docker-compose.yml
SEESTAR_HOST=192.168.1.100 docker-compose up -d