Back to Home
nemesiscodex icon

pulse-tm

Verified Safe

by nemesiscodex

Overview

Pulse is a terminal-based task manager designed for developers to manage projects and tasks, offering CLI, TUI, and seamless integration with AI agents via the Model Context Protocol (MCP).

Installation

Run Command
npx pulse-tm mcp

Security Notes

The MCP server uses StdioServerTransport, communicating over standard I/O rather than network ports, which inherently limits direct network exposure. Task data is stored locally in YAML files within a .pulse directory. The project explicitly states no data is sent to remote servers by default and warns users about AI tools potentially reading/modifying local tasks. Input parsing for tool arguments includes validation (e.g., parseInt, trim, sanitizeTagName). No 'eval' or direct arbitrary command execution via child processes were identified in the provided runtime code.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassLow
Avg Tokens100
Stars1
Forks0
Last Update2025-12-02

Tags

Task ManagementCLITUIAI IntegrationDeveloper ToolProductivityYAML