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
{
"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