mda

sno-ai/mda
★ 552 stars TypeScript 🤖 AI/LLM Updated 1d ago
MDA Open Spec — a Markdown superset for agent-facing documents. One .mda source compiles to drop-in SKILL.md, AGENTS.md, MCP-SERVER.md, and CLAUDE.md. JSON Schema validated, with typed dependency graph, footnote relationships, and Sigstore-anchored signatures. For agentskills.io and AAIF runtimes.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mda": {
      "command": "npx",
      "args": [
        "-y",
        "sno-ai/mda"
      ]
    }
  }
}

README Excerpt

> A Markdown superset for agent-facing documents. **One source, many targets** — compile into the `.md` files every major agent runtime already loads. **Tamper-evident at load** — every artifact carries a reproducible content digest, and signed artifacts carry Sigstore-anchored signatures, so neither the agent loading the doc nor the human reviewing it has to trust an unsigned blob.

Topics

agentic-aiagents-mdai-agentsai-nativeclaude-mdconformancejson-schemallmmarkdown-langmdaopen-specsigstoreskill-md