Skip to content
Cline

briefd for Cline

io.github.ismailperim/briefd

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

client:Cline transport:stdio runtime:oci

Install briefd in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

briefd in other clients