Skip to content
Claude Desktop

briefd for Claude Desktop

io.github.ismailperim/briefd

Git-backed team knowledge compiled into token-budgeted context bundles for coding agents

client:Claude Desktop transport:stdio runtime:oci

Install briefd in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "briefd": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ismailperim/briefd:0.6.0"
      ],
      "env": {
        "BRIEFD_SOURCE": "<BRIEFD_SOURCE>",
        "BRIEFD_API_TOKEN": "<BRIEFD_API_TOKEN>",
        "BRIEFD_GIT_TOKEN": "<BRIEFD_GIT_TOKEN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

briefd in other clients