Newer
Older
navi-1 / mcp-servers / time_toolkit / README.md

MCP Server: time_toolkit

Utilities for formatting, calculating differences, time arithmetic, and parsing natural language dates.

Tools

TODO: list tools and their purposes.

Setup

python -m venv .venv
source .venv/bin/activate
pip install -e .

Create a file mcp_servers.d/time_toolkit.json with the server config:

  • transport: stdio
  • command: absolute path to .venv/bin/python
  • args: ["-m", "app.mcp_server"]
  • cwd: absolute path to this directory
  • groups: map tool names to logical groups