Back to Home
kecbigmt icon

mm

Verified Safe

by kecbigmt

Overview

A command-line interface (CLI) tool for personal knowledge management, integrating GTD, Bullet Journal, and Zettelkasten methods to manage notes, tasks, and events as Git-friendly Markdown files.

Installation

Run Command
deno run --allow-read --allow-write --allow-env --allow-run src/main.ts

Environment Variables

  • MM_PROFILE
  • MM_DEBUG
  • MM_HOME
  • PAGER
  • EDITOR

Security Notes

The application is a local CLI tool written in Deno. It heavily uses `Deno.Command` for Git operations (clone, push, pull, diff) and to launch user-configured external editors (`$EDITOR`) and pagers (`$PAGER`). While `Deno.Command` allows arbitrary command execution, its usage is confined to expected CLI functionalities, interacting with user-controlled Git repositories and user-configured tools. No obvious hardcoded secrets or malicious network patterns were found beyond legitimate Git remote interactions. The security relies on Deno's sandboxing (`--allow-read --allow-write --allow-env --allow-run`) and the user's caution with external tool configurations.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassLow
Avg Tokens50
Stars1
Forks0
Last Update2026-01-15

Tags

Personal Knowledge ManagementCLI ToolMarkdownGit-friendlyTask Management