Back to Home

mkd-mcp

Verified Safe

by lucashzhang

Overview

Manages and searches a knowledge base of Markdown documents, serving them via a FastMCP server for programmatic access.

Installation

Run Command
uv run python -m mkd_mcp serve --root-dir /path/to/your/knowledge_base

Security Notes

The server design generally follows good security practices. It primarily operates on local files within a user-defined root directory, limiting the scope of potential impact. SQLite FTS5 queries use parameterized input, mitigating SQL injection risks. Dangerous operations like database regeneration require explicit user confirmation. No obvious `eval` or arbitrary code execution vectors were found. File system interactions are constrained to the provided `--root-dir` and its `.mkd-mcp` subdirectory.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-11-26

Tags

MarkdownKnowledge BaseCLISearchFastMCPSQLite