
Dossier
Wire your coding agent to discover, verify, and run structured dossier workflows without hand-rolling orchestration glue.
Overview
ai.imboard/dossier is a Build-phase MCP server that lets LLMs discover, verify, and execute dossiers under a shared automation standard.
What is this MCP server?
- Implements the dossier automation standard over MCP for discover, verify, and execute flows
- stdio npm package @ai-dossier/mcp-server (v1.0.4) for local Claude Code–style setups
- GitHub-backed server schema aligned with MCP 2025-12-11
- Suited to repeatable agent runbooks packaged as verifiable dossiers
- Read-only discovery and verification hooks before execution
- Published server version 1.0.4
- npm package identifier @ai-dossier/mcp-server
- stdio transport (local MCP)
Community signal: 7 GitHub stars.
What problem does it solve?
Agents burn tokens re-explaining multi-step workflows because those workflows live only in chat, not as discoverable, verifiable dossiers.
Who is it for?
Indie builders standardizing agent runbooks (onboarding checks, compliance packs, repeatable research dossiers) inside Claude Code or Cursor.
Skip if: Teams that only need a one-off prompt with no verification layer or no interest in a dossier schema.
What do I get? / Deliverables
After registration, your agent can list dossiers, validate them, and run them as MCP tools with less prompt scaffolding.
- MCP tools for dossier discovery, verification, and execution
- Repeatable agent-invoked dossier runs with less prompt duplication
Recommended MCP Servers
Journey fit
Dossier automation sits in Build because it extends what the agent can do in the repo and toolchain, not upstream discovery or post-launch ops. Agent-tooling is the canonical shelf: the server exposes a standard so LLMs can execute dossiers as first-class agent capabilities.
How it compares
MCP dossier runtime and standard, not a generic skills.sh markdown skill.
Common Questions / FAQ
Who is ai.imboard/dossier for?
Solo and small-team builders who want LLM agents to run structured, verifiable dossier workflows via MCP instead of free-form chat.
When should I use ai.imboard/dossier?
Use it during Build when you are wiring agent tooling and need discover → verify → execute semantics for repeatable dossiers.
How do I add ai.imboard/dossier to my agent?
Install @ai-dossier/mcp-server from npm, configure stdio transport in your MCP client (e.g. Claude Code), and reference the server entry from imboard’s published MCP manifest.