Back to Home
agustinvalencia icon

mdvault

Verified Safe

by agustinvalencia

Overview

A terminal-based markdown vault manager and MCP server, providing structured note-taking, automation, search, and AI-assisted knowledge management for knowledge workers.

Installation

Run Command
No command provided

Environment Variables

  • HOME
  • XDG_CONFIG_HOME
  • MARKDOWN_VAULT_PATH

Security Notes

The project demonstrates a strong focus on security, particularly concerning user-defined scripts and shell execution. Lua scripts are run in a sandboxed environment, with dangerous globals (`io`, `os`, `require`, `load`, `debug`, `collectgarbage`) explicitly removed and memory/instruction limits applied. Shell command execution within macros requires both a configuration flag (`allow_shell = true`) and an explicit `--trust` CLI flag from the user. Network access (`allow_http`) is similarly gated. An audit trail is mentioned for trusted operations, indicating a defense-in-depth approach.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassLow
Stars1
Forks0
Last Update2026-01-19

Tags

Knowledge ManagementMarkdownCLITUIVaultAutomationAI IntegrationRustProductivityNote-taking