Skip to content
Cursor

dossier for Cursor

ai.imboard/dossier

MCP server for dossier automation standard - enables LLMs to discover, verify, and execute dossiers

client:Cursor transport:stdio runtime:npm

Install dossier in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dossier in other clients