go-passage-of-time-mcp-server

Passage of Time MCP Server in Golang

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
Ken Evensen

Passionate about emerging technologies and cyber security

Seattle, WA

12

Followers

108

Repositories

1

Gists

0

Total Contributions

Related MCPs
go-mcp-server-example logo

Example how to make a DIY MCP server in Go

Go
sea-flea logo

Sea Flea is a MCP Server "WASM Runner"

Go
ollama-mcp logo

An MCP Server for Ollama

TypeScript