briefd for Grok
io.github.ismailperim/briefd
Git-backed team knowledge compiled into token-budgeted context bundles for coding agents
client:Grok
transport:stdio
runtime:oci
Install briefd in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"briefd": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs