Passage of Time MCP Server in Golang
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"go-passage-of-time-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools
Manage Supabase projects — databases, auth, storage, and edge functions
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP Security Weekly
Get CVE alerts and security updates for Go Passage Of Time Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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
go install github.com/kevensen/go-passage-of-time-mcp-server/go-potms@latest
Download one of the provided packages.
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 run kevensen/go-pot-mcp-server:latest