MCP Directory
Back

mda

by sno-ai · TypeScript · ★ 610

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.

#agentic-ai#agents-md#ai-agents#ai-native#claude-md#conformance#json-schema#llm#markdown-lang#mda#open-spec#sigstore#skill-md#sno#sno-ai

Install

npx -y github:sno-ai/mda

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

> A Markdown superset for agent-facing documents. **One source, many targets** — compile into the 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. [](https://github.com/sno-ai/mda/releases/tag/v1.0.0-rc.3) [](https://github.com/sno-ai/mda/blob/main/LICENSE) [](https://mda.sno.dev) [](https://github.com/sno-ai/mda/stargazers) **Read in other languages:** **Englis…
Read full README on GitHub →

Related ai & ml servers