📦
Go Passage Of Time MCP Server
Passage of Time MCP Server in Golang
0 installs
1 stars
Trust: 49 — Fair
Devtools
Installation
npx go-passage-of-time-mcp-serverAsk AI about Go Passage Of Time MCP Server
Powered by Claude · Grounded in docs
I know everything about Go Passage Of Time MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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
