GitHub Stars
0
User Rating
Not Rated
Favorites
0
Views
1
Forks
0
Issues
0
README
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
Author Information
12
Followers
108
Repositories
1
Gists
0
Total Contributions
Related MCPs