go-passage-of-time-mcp-server

kevensen/go-passage-of-time-mcp-server

3.1

If you are the rightful owner of go-passage-of-time-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Passage of Time MCP Server is a Golang-based server designed to handle model context protocols efficiently.

go-passage-of-time-mcp-server

Passage of Time MCP Server in Golang. This is heavily inspired by the "Passage of Time" MCP server written in Python by @jlumbroso. This MCP server enables an LLM to perform basic time operations and understand(?) the notion of the passage of time. The Docker image can be found on DockerHub

Installation

From Source

go install github.com/kevensen/go-passage-of-time-mcp-server/go-potms@latest

From pre-built package

Download one of the provided packages.

Execution

As Binary

By default, go-potms will run as an "stdio" MCP server. To run as an Streamable HTTP server, provide a port with the -port potion.

go-potms -port 8080

Docker Image

docker run  kevensen/go-pot-mcp-server:latest