Terminal time tracker — start/stop timers, weekly breakdown, MCP server. Part of the missionctl suite.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"timectl": {
"command": "go",
"args": [
"run",
"github.com/aeon022/timectl@latest"
]
}
}
}
Run in terminal:
claude mcp add timectl go run github.com/aeon022/timectl@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"timectl": {
"command": "go",
"args": [
"run",
"github.com/aeon022/timectl@latest"
]
}
}
}