Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 827 Bytes

File metadata and controls

28 lines (16 loc) · 827 Bytes

Date MCP

Try in PWD

Category: misc

Author: GramThanos

Description

Hey! I just set up an MCP server so that your AIs know that you are playing CTFs at 2am... lol!

Author: GramThanos

Run locally

Launch challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2025/master/misc/date-mcp/docker-compose.yml | docker compose -f - up -d

Shutdown challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2025/master/misc/date-mcp/docker-compose.yml | docker compose -f - down