timew-mcp
Verified Safeby nkxxll
Overview
Develops a Model Context Protocol (MCP) server to integrate Claude Desktop with the Timewarrior time tracking application on macOS.
Installation
path/to/your/server/_build/default/bin/main.exeSecurity Notes
The project is in an early development stage, with the README explicitly noting 'error handling is a mess (is better now)' and other TODOs related to robustness. The integration with 'timew' implies external command execution, which, without access to the actual source code, poses a potential command injection risk if user inputs are not rigorously sanitized before being passed to `timew` commands. Without a full source code review, a definitive security assessment is not possible beyond the self-identified issues.
Similar Servers
claude-code-mcp
Acts as an MCP server to enable LLMs to run Claude Code CLI in one-shot mode, bypassing permissions for complex coding, file system, Git, and terminal operations.
mcp-manager
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
Delphi-MCP-Server
Implements the Model Context Protocol (MCP) in Delphi to enable AI-powered development workflows and integrate with clients like Claude Code.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.