MCP server for dossier automation standard - enables LLMs to discover, verify, and execute dossiers
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Skills are easy to write. Dossiers make them trustworthy, versioned, and portable across every LLM tool.
Quick Concept A dossier is a skill β a reusable instruction set an AI executes β with trust, versioning, and cross-tool portability built in. Think npm or Docker Hub, but for AI skills: signed, versioned, shareable.
New here? β 5-min Quick Start | Using Claude Code? β MCP in 60 Seconds | Want to try now? β Get started in 30 seconds
What: Skills (.ds.md files) any AI agent can run β signed, versioned, portable across tools
Why: A plain skill lives in one tool and anyone can tamper with it; a dossier is that same skill made verifiable, version-pinned, and shareable
Safety: Built-in checksums, cryptographic signatures, and CLI verification tools
Works with: Claude, ChatGPT, Cursor, any LLM β no vendor lock-in
Status: Protocol v1.0 (stable spec) | CLI v0.8.5 | 15+ example skills | Active development
File conventions: Dossiers use
.ds.md(immutable instructions) and.dsw.md(mutable working files). Frontmatter uses---dossier(JSON) instead of---(YAML) to avoid parser conflicts. Learn more
Pick any LLM you already have and paste this:
That's it. The LLM reads the dossier and follows its instructions β no tools needed.
Want to verify it first?
One command gives Claude Code native dossier support β discover, verify, and execute dossiers without copy-pasting URLs:
Then ask Claude: "List available dossiers" or "Run the scaffold-typescript-project dossier".
Add to claude_desktop_config.json or your MCP client's config file:
Initialize dossier in your project (sets up ~/.dossier/, hooks, and MCP config):
Then create a dossier:
This scaffolds a .ds.md file you can edit. A dossier is just Markdown with a JSON frontmatter block:
See the Authoring Guide for the full spec, or browse the Dossier Registry for real-world examples.
"Isn't this just a skill?" Yes β a dossier is a skill. The difference is everything a plain skill (like a Claude Code SKILL.md) lacks:
Plain skill (SKILL.md) | Dossier | |
|---|---|---|
| Trust | Unsigned β anyone can tamper | Checksum + cryptographic signature, verified before run |
| Versioning | Informal | Semantic versioning you can pin |
| Distribution | Copy-paste / per-tool | Registry β discoverable, ai-dossier install-skill |
| Portability | Locked to one tool | Same file runs on Claude, ChatGPT, Cursor, any LLM |
| Validation | None | Built-in success criteria |
Trigger skills bridge the two: a thin SKILL.md whose job is to invoke a versioned, signed dossier (ai-dossier run <registry-path>) β you keep the natural-language trigger and gain signing, versioning, and registry distribution.
"How about AGENTS.md files?" Different job: AGENTS.md explains your project; a dossier automates a workflow. They're complementary.
Every dossier goes through a multi-stage security pipeline before execution:
See ARCHITECTURE.md for the full system architecture.
| Example | Use Case |
|---|---|
| Scaffold TypeScript Project | Scaffold a production-ready TS project with CI, testing, linting |
| Context Engineering Best Practices | Reference guide for writing effective AI agent context files |
Browse the Dossier Registry for the full collection β DevOps, databases, data science, security, and more.
ai-dossier verify) to verify checksums/signatures before executionexternal_references with trust levels. The linter flags undeclared URLs, and the MCP server's read_dossier tool returns security_notices for any undeclared external URLs found in the body. This mitigates transitive trust risks from unvetted external content.The CLI supports multiple registries for discovering, publishing, and sharing dossiers across teams and organizations.
.dossierrc.json to your project for team-shared registry settingsSee the CLI documentation for full registry management options.
.ds.md into your LLM and run via MCP or CLI/dossiers + a CI check that runs the Reality Check on your READMEDetailed playbooks in docs/guides/adopter-playbooks.md
| Getting Started | Quick Start Β· Installation Β· MCP in 60 Seconds Β· Your First Dossier Β· FAQ |
| Reference | Protocol Β· Specification Β· Schema Β· JSON Schema |
| Guides | Authoring Guidelines Β· Dossier Guide Β· CI/CD Integration Β· Execution Tracing Β· Adopter Playbooks Β· Examples |
| Packages | CLI Β· MCP Server Β· Core Library Β· Registry |
| Project | Architecture Β· Contributing Β· Security Β· Changelog |
"A skill tells an agent what to do. A dossier lets you trust it."
Dossiers take the skill β a reusable instruction set any AI can run β and add the things that make it safe to share: a verifiable signature, a pinnable version, and a registry to distribute it through.
The dossier standard enables:
Dossier: Portable, Verifiable Skills for Any LLM Skills you can trust.
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). You are free to use, copy, modify, and distribute it, provided that any modified versions or network services using this software also make their source code available under the same license.
See REFERENCES.md for the full list of academic references and industry research supporting the dossier approach.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/dossier)<a href="https://allmcps.com/mcp/dossier"><img src="https://allmcps.com/api/badge/dossier?style=directory" alt="Dossier on AllMCPs" /></a>