Dossier MCP Server

Skills are easy to write. Dossiers make them trustworthy, versioned, and portable across every LLM tool. It runs locally over stdio via the published package.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 7 · #40 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

AGPL-3.0 · TypeScript servers · how we verify → /methodology

01 · Install Dossier

Claude Code

claude mcp add imboard-ai-ai-dossier -- npx -y @ai-dossier/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "imboard-ai-ai-dossier": {
      "command": "npx",
      "args": [
        "-y",
        "@ai-dossier/mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license AGPL-3.0 - declared in the repository

npm package @ai-dossier/mcp-server - the @ai-dossier scope differs from the repo owner (imboard-ai); confirm it's the project's official package

registry vendor namespace ai.imboard - domain-verified with the official MCP registry

03 · Who maintains Dossier

dossier is maintained by imboard-ai. It's the only MCP server we track from this author; the repo dates to Nov 2025.

04 · Facts

category
automation - ranked #40 of 194 actively-maintained automation servers as of 2026-08-25.
registry
ai.imboard/dossier (active, first published 2026-03-07)
packages
npm:@ai-dossier/mcp-server

05 · Dossier FAQ

What is Dossier?

Skills are easy to write. Dossiers make them trustworthy, versioned, and portable across every LLM tool. It runs locally over stdio via the published package.

Is Dossier still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23. We re-verify nightly.

How do I install Dossier?

Run `npx -y @ai-dossier/mcp-server`. You can also paste the ready-made client config above.

Does Dossier run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Dossier

More automation MCP servers · Forage · Codex Tldraw MCP · Packet Tracer MCP · Mac OS MCP · Gotify RMCP

More TypeScript MCP servers · Probe · Cardano MCP · Infranodus MCP Server Infranodus · Inite Brain · Inkog · see all