Back to Home
mazharenko icon

aoc-mcp

by mazharenko

Overview

Simplifies interaction with the Advent of Code website by providing tools to get puzzle progress, submit answers, and retrieve personal puzzle inputs, enhancing the puzzle-solving workflow.

Installation

Run Command
docker run -i --rm -e SESSION_COOKIE=<YOUR_SESSION_COOKIE> ghcr.io/mazharenko/aoc-mcp

Environment Variables

  • SESSION_COOKIE

Security Notes

The server requires a sensitive Advent of Code session cookie via an environment variable. While this is the correct method for passing secrets to a Docker container, users must trust the maintainer as the underlying source code for the Docker image is not provided for audit within this context. Running any external Docker image without auditing its source code carries inherent risks, especially when handling sensitive credentials.

Similar Servers

Stats

Interest Score30
Security Score6
Cost ClassMedium
Avg Tokens750
Stars1
Forks0
Last Update2025-12-02

Tags

Advent of CodePuzzle SolvingAPI WrapperAutomationEducational