kmd

bartolli/kmd
★ 7 stars TypeScript AI/LLM Updated 3d ago ⚠ Review
Knowledge-markdown CLI + MCP server. Validate, index, and serve a structured markdown vault to AI agents.
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": {
    "kmd": {
      "command": "npx",
      "args": [
        "-y",
        "bartolli/kmd"
      ]
    }
  }
}

README Excerpt

kmd is a knowledge system for AI agents, built on [Open Knowledge Format](https://github.com/GoogleCloudPlatform/knowledge-catalog/tree/main/okf) primitives: plain markdown, YAML frontmatter, a controlled vocabulary. What it adds is timing. The right context reaches the agent at the right moment, and costs nothing the rest of the time.