briefd for Windsurf
io.github.ismailperim/briefd
Git-backed team knowledge compiled into token-budgeted context bundles for coding agents
client:Windsurf
transport:stdio
runtime:oci
Install briefd in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs