
Go Passage of Time
by kevensen
Enable AI agents to perform basic time operations and understand the passage of time via a Go-based MCP server.
What it does
Go Passage of Time is an MCP server written in Golang that provides LLMs with the ability to perform time-related operations. It helps agents track durations, understand current time, and conceptualize the passage of time, which is often a limitation for standard LLMs.
Tools
get_current_time: Returns the current system time.calculate_duration: Computes the time elapsed between two timestamps.time_operations: General utility for manipulating and formatting time strings.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"go-potms": {
"command": "go-potms",
"args": []
}
}
}
Supported hosts
Default support for Claude via stdio.
Quick install
go install github.com/kevensen/go-passage-of-time-mcp-server/go-potms@latestInformation
- Pricing
- free
- Published
- 5/3/2026
- stars






