kevensen/go-passage-of-time-mcp-server
3.2
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.
Installation
go install github.com/kevensen/go-passage-of-time-mcp-server/go-potms@latest
Execution
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