markdown-archive-mcp

LEnc95/markdown-archive-mcp
★ 0 stars TypeScript Memory/Knowledge Updated 2d ago
MCP server for maintaining a markdown knowledge base: classify plans, archive completed docs to .archiveMD/, and compact noisy files. Never deletes.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "markdown-archive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "LEnc95/markdown-archive-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server for maintaining a markdown knowledge base: classify plans, archive completed docs into a `.archiveMD/` recycle bin, and compact noisy files. **It never deletes anything.** Archiving is a move, collisions get a timestamp suffix instead of an overwrite, and every move is recorded in a manifest. A check in the test suite fails the

Tools (6)

md_analyze_plansmd_archive_filesmd_compact_filemd_list_repomd_restore_filesmd_update_file

Topics

claudeclaude-codedocumentationknowledge-basemarkdownmcpmodel-context-protocol