mm
Verified Safeby 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
deno task devEnvironment 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
obsidian-mcp-plugin
Connects Obsidian vault to AI assistants via Model Context Protocol (MCP), enabling AI to understand and navigate notes as a knowledge graph for semantic search and information synthesis.
scraps
A local CLI tool and Model Context Protocol (MCP) server for managing interconnected Markdown documentation, enabling static site generation, searching, templating, and AI assistant integration for knowledge base interaction.
backlog
A zero-configuration task manager that stores project tasks in Git-based Markdown files, designed for frictionless collaboration between AI agents and human developers.
TAMA-MCP
An AI-driven command-line interface (CLI) tool for comprehensive task management, featuring task generation and decomposition powered by PRD parsing and dependency tracking.