Back to Home
kecbigmt icon

mm

Verified Safe

by kecbigmt

Overview

A personal knowledge management CLI for storing notes and tasks as Markdown and JSON files, organizing content as a graph of container and item nodes.

Installation

Run Command
deno task dev

Environment Variables

  • MM_HOME
  • HOME
  • USERPROFILE
  • PAGER
  • EDITOR
  • MM_DEBUG

Security Notes

The application is a local-first CLI tool, primarily interacting with the file system. It uses `Deno.Command` to launch external user-configured programs like `EDITOR` and `PAGER`. This is a common pattern for CLIs but introduces a potential risk if the user's environment variables (`EDITOR`, `PAGER`) are maliciously configured or compromised, allowing arbitrary command execution. No `eval` or direct network risks (beyond local filesystem operations) were identified in the truncated code. Data is stored on disk locally, reducing external attack vectors.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassLow
Stars1
Forks0
Last Update2025-12-06

Tags

CLIPersonal Knowledge ManagementMarkdownTask ManagementDenoGraph DatabaseLocal-first